Update requirements.txt
Browse files- requirements.txt +4 -10
requirements.txt
CHANGED
|
@@ -1,26 +1,20 @@
|
|
| 1 |
-
|
| 2 |
-
einops
|
| 3 |
fastapi
|
| 4 |
pydicom
|
| 5 |
-
gradio[oauth]==5.9.1
|
| 6 |
markdown2[all]
|
| 7 |
numpy==1.26.4
|
| 8 |
requests
|
| 9 |
sentencepiece==0.1.99
|
| 10 |
-
tokenizers>=0.
|
| 11 |
torch==2.4.0
|
| 12 |
torchvision==0.19.0
|
| 13 |
uvicorn
|
| 14 |
shortuuid
|
| 15 |
-
httpx
|
| 16 |
peft==0.4.0
|
| 17 |
transformers==4.43.3
|
| 18 |
-
tokenizers>=0.14.0,<0.20
|
| 19 |
accelerate==0.33.0
|
| 20 |
bitsandbytes==0.41.0
|
| 21 |
scikit-learn==1.2.2
|
| 22 |
-
einops==0.6.1
|
| 23 |
-
einops-exts==0.0.4
|
| 24 |
timm==0.6.13
|
| 25 |
-
gradio_client==0.2.9
|
| 26 |
-
pydantic==2.10.6
|
|
|
|
| 1 |
+
einops==0.6.1
|
| 2 |
+
einops-exts==0.0.4
|
| 3 |
fastapi
|
| 4 |
pydicom
|
|
|
|
| 5 |
markdown2[all]
|
| 6 |
numpy==1.26.4
|
| 7 |
requests
|
| 8 |
sentencepiece==0.1.99
|
| 9 |
+
tokenizers>=0.14.0,<0.20
|
| 10 |
torch==2.4.0
|
| 11 |
torchvision==0.19.0
|
| 12 |
uvicorn
|
| 13 |
shortuuid
|
| 14 |
+
httpx
|
| 15 |
peft==0.4.0
|
| 16 |
transformers==4.43.3
|
|
|
|
| 17 |
accelerate==0.33.0
|
| 18 |
bitsandbytes==0.41.0
|
| 19 |
scikit-learn==1.2.2
|
|
|
|
|
|
|
| 20 |
timm==0.6.13
|
|
|
|
|
|