Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -11,10 +11,10 @@ accelerate==0.33.0
|
|
| 11 |
safetensors==0.4.4
|
| 12 |
bitsandbytes==0.43.1
|
| 13 |
|
| 14 |
-
# UI & client (
|
| 15 |
gradio==4.44.0
|
| 16 |
-
gradio_client==
|
| 17 |
-
websockets>=
|
| 18 |
|
| 19 |
# Data / utils
|
| 20 |
pandas==2.2.2
|
|
@@ -22,6 +22,5 @@ numpy==1.26.4
|
|
| 22 |
regex==2024.7.24
|
| 23 |
huggingface_hub==0.24.6
|
| 24 |
|
| 25 |
-
# Tokenization
|
| 26 |
sentencepiece==0.1.99
|
| 27 |
-
|
|
|
|
| 11 |
safetensors==0.4.4
|
| 12 |
bitsandbytes==0.43.1
|
| 13 |
|
| 14 |
+
# UI & client (match Gradio 4.44.0 requirements)
|
| 15 |
gradio==4.44.0
|
| 16 |
+
gradio_client==1.3.0
|
| 17 |
+
websockets>=12.0 # required for websockets.asyncio.*
|
| 18 |
|
| 19 |
# Data / utils
|
| 20 |
pandas==2.2.2
|
|
|
|
| 22 |
regex==2024.7.24
|
| 23 |
huggingface_hub==0.24.6
|
| 24 |
|
| 25 |
+
# Tokenization / sentencepiece models support
|
| 26 |
sentencepiece==0.1.99
|
|
|