Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -8,4 +8,9 @@ chromadb==0.5.0
|
|
8 |
ibm-watson-machine-learning
|
9 |
python-dotenv==1.0.1
|
10 |
transformers==4.41.1
|
11 |
-
typer==0.9.4
|
|
|
|
|
|
|
|
|
|
|
|
8 |
ibm-watson-machine-learning
|
9 |
python-dotenv==1.0.1
|
10 |
transformers==4.41.1
|
11 |
+
typer==0.9.4
|
12 |
+
tokenizers==0.19.1
|
13 |
+
toml==0.10.2
|
14 |
+
tomli==2.0.1
|
15 |
+
toolz==0.12.1
|
16 |
+
torch==2.3.0
|