Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
pip==24.3.1
|
2 |
-
torch==2.
|
3 |
numpy==1.23.5
|
4 |
transformers==4.44.2
|
5 |
datasets
|
6 |
openai==0.27.8
|
7 |
gradio==5.0.2
|
8 |
uvloop==0.20.0
|
9 |
-
torchvision==0.
|
10 |
litserve==0.2.3
|
11 |
huggingface_hub
|
12 |
-
|
13 |
-
git+https://github.com/luca-medeiros/lang-segment-anything.git
|
|
|
1 |
pip==24.3.1
|
2 |
+
torch==2.0.1 # Sử dụng phiên bản ổn định gần nhất
|
3 |
numpy==1.23.5
|
4 |
transformers==4.44.2
|
5 |
datasets
|
6 |
openai==0.27.8
|
7 |
gradio==5.0.2
|
8 |
uvloop==0.20.0
|
9 |
+
torchvision==0.15.2 # Sử dụng phiên bản tương thích với PyTorch
|
10 |
litserve==0.2.3
|
11 |
huggingface_hub
|
12 |
+
|
|