dangtiendatdat commited on
Commit
9071d0b
·
verified ·
1 Parent(s): f9ed910

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,13 +1,12 @@
1
  pip==24.3.1
2
- torch==2.4.1
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.19.1
10
  litserve==0.2.3
11
  huggingface_hub
12
- git+https://github.com/facebookresearch/segment-anything-2@c2ec8e14a185632b0a5d8b161928ceb50197eddc
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
+