Hug0endob commited on
Commit
dde45d7
·
verified ·
1 Parent(s): 775cfc8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,8 +1,10 @@
1
- torch>=2.2
2
- transformers>=4.40
3
- accelerate
4
- # bitsandbytes omitted (CPU only space)
5
- gradio
6
- huggingface-hub
7
  Pillow
8
  requests
 
 
 
 
 
 
 
1
+ # core
2
+ gradio==3.45.0
 
 
 
 
3
  Pillow
4
  requests
5
+
6
+ # llama.cpp Python bindings (will build from source)
7
+ llama-cpp-python==0.1.66
8
+
9
+ # transformers only for processor utilities if needed
10
+ transformers>=4.40.0