RishiRP commited on
Commit
5f06795
·
verified ·
1 Parent(s): 0769b3a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,20 +1,20 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu118
2
 
3
- # PyTorch (CUDA 11.8 builds)
4
  torch==2.2.2+cu118
5
  torchvision==0.17.2+cu118
6
  torchaudio==2.2.2+cu118
7
 
8
- # Core inference stack
9
  transformers==4.43.3
10
  accelerate==0.33.0
11
  safetensors==0.4.4
12
- bitsandbytes==0.43.1 # 4-bit/8-bit quant; stable on T4
13
 
14
- # UI & client
15
  gradio==4.44.0
16
- gradio_client==1.3.0
17
- websockets==11.0.3 # fix for ModuleNotFoundError: websockets.asyncio
18
 
19
  # Data / utils
20
  pandas==2.2.2
@@ -22,5 +22,6 @@ numpy==1.26.4
22
  regex==2024.7.24
23
  huggingface_hub==0.24.6
24
 
25
- # Tokenization / sentencepiece models support
26
  sentencepiece==0.1.99
 
 
1
  --extra-index-url https://download.pytorch.org/whl/cu118
2
 
3
+ # PyTorch (CUDA 11.8)
4
  torch==2.2.2+cu118
5
  torchvision==0.17.2+cu118
6
  torchaudio==2.2.2+cu118
7
 
8
+ # Core inference
9
  transformers==4.43.3
10
  accelerate==0.33.0
11
  safetensors==0.4.4
12
+ bitsandbytes==0.43.1
13
 
14
+ # UI & client (stable pair)
15
  gradio==4.44.0
16
+ gradio_client==0.17.0
17
+ websockets>=11.0,<12.0 # stays on 11.x which works with gradio_client 0.17.x
18
 
19
  # Data / utils
20
  pandas==2.2.2
 
22
  regex==2024.7.24
23
  huggingface_hub==0.24.6
24
 
25
+ # Tokenization
26
  sentencepiece==0.1.99
27
+