RishiRP commited on
Commit
0f8cc96
·
verified ·
1 Parent(s): 5f06795

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -11,10 +11,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,6 +22,5 @@ numpy==1.26.4
22
  regex==2024.7.24
23
  huggingface_hub==0.24.6
24
 
25
- # Tokenization
26
  sentencepiece==0.1.99
27
-
 
11
  safetensors==0.4.4
12
  bitsandbytes==0.43.1
13
 
14
+ # UI & client (match Gradio 4.44.0 requirements)
15
  gradio==4.44.0
16
+ gradio_client==1.3.0
17
+ websockets>=12.0 # required for websockets.asyncio.*
18
 
19
  # Data / utils
20
  pandas==2.2.2
 
22
  regex==2024.7.24
23
  huggingface_hub==0.24.6
24
 
25
+ # Tokenization / sentencepiece models support
26
  sentencepiece==0.1.99