svjack commited on
Commit
e5e99fb
·
verified ·
1 Parent(s): 113fc70

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu121
2
  torch==2.4.0
3
  torchvision
4
  diffusers
@@ -10,4 +10,6 @@ einops
10
  gradio
11
  spaces
12
  sentencepiece
13
- bitsandbytes
 
 
 
1
+ #--extra-index-url https://download.pytorch.org/whl/cu121
2
  torch==2.4.0
3
  torchvision
4
  diffusers
 
10
  gradio
11
  spaces
12
  sentencepiece
13
+ bitsandbytes
14
+
15
+ httpx[socks]