Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -2,11 +2,12 @@
|
|
2 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
3 |
|
4 |
# Core dependencies
|
5 |
-
torch
|
6 |
-
transformers>=4.
|
7 |
accelerate>=0.21.0
|
8 |
streamlit>=1.24.0
|
9 |
safetensors>=0.3.1
|
|
|
10 |
|
11 |
# Optimization
|
12 |
bitsandbytes>=0.41.0
|
|
|
2 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
3 |
|
4 |
# Core dependencies
|
5 |
+
torch>=2.0.0
|
6 |
+
transformers>=4.36.0
|
7 |
accelerate>=0.21.0
|
8 |
streamlit>=1.24.0
|
9 |
safetensors>=0.3.1
|
10 |
+
huggingface_hub>=0.19.0
|
11 |
|
12 |
# Optimization
|
13 |
bitsandbytes>=0.41.0
|