baldassarreFr commited on
Commit
c90771b
·
verified ·
1 Parent(s): 6ae1e37

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -8
requirements.txt CHANGED
@@ -1,10 +1,17 @@
1
- # Core model + inference
2
- torch>=2.3.0
3
- transformers>=4.46.0
4
- accelerate>=0.33.0
5
- safetensors>=0.4.5
6
- sentencepiece>=0.1.99
7
- huggingface_hub>=0.25.0
 
 
8
 
9
  # UI
10
- gradio>=4.44.0
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+
3
+ # Core inference
4
+ torch
5
+ transformers
6
+ accelerate
7
+ safetensors
8
+ sentencepiece
9
+ huggingface_hub
10
 
11
  # UI
12
+ gradio
13
+
14
+ # PEFT / quantization tooling (needed by your existing notebooks & code)
15
+ peft
16
+ bitsandbytes
17
+ gguf