Skip to content

Commit

Permalink
Update requirements.txt HF Transformers
Browse files Browse the repository at this point in the history
Fix 'mistral' models missing
  • Loading branch information
Victorivus authored Dec 12, 2023
1 parent a4483cf commit 16eca5b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions application/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ geojson==2.5.0
gunicorn==20.1.0
greenlet==2.0.2
gpt4all==0.1.7
huggingface-hub==0.15.1
huggingface-hub==0.19.4
humbug==0.3.2
idna==3.4
itsdangerous==2.1.2
Expand Down Expand Up @@ -98,13 +98,14 @@ sympy==1.11.1
tenacity==8.2.2
threadpoolctl==3.1.0
tiktoken
tokenizers==0.15.0
tqdm==4.65.0
transformers==4.30.0
transformers==4.36.0
typer==0.7.0
typing-inspect==0.8.0
typing_extensions==4.5.0
urllib3==1.26.18
vine==5.0.0
wcwidth==0.2.6
yarl==1.8.2
sentence-transformers==2.2.2
sentence-transformers==2.2.2

0 comments on commit 16eca5b

Please sign in to comment.