svjack commited on
Commit
228924b
·
verified ·
1 Parent(s): f1df3c1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu114
2
  torch
3
  torchvision
4
  torchaudio==2.3.1
@@ -11,4 +11,7 @@ protobuf==5.29.3
11
  requests==2.32.3
12
  safetensors==0.5.2
13
  sentencepiece==0.2.0
14
- transformers==4.49.0
 
 
 
 
1
+ #--extra-index-url https://download.pytorch.org/whl/cu114
2
  torch
3
  torchvision
4
  torchaudio==2.3.1
 
11
  requests==2.32.3
12
  safetensors==0.5.2
13
  sentencepiece==0.2.0
14
+ transformers==4.49.0
15
+
16
+ gradio
17
+ httpx[socks]