Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
transformers>=4.39.0
|
3 |
+
peft>=0.9.0
|
4 |
+
accelerate>=0.27.0
|
5 |
+
bitsandbytes>=0.41.0 # Ensure a version compatible with your PyTorch and CUDA
|
6 |
+
torch>=2.0.0 # Or a specific version compatible with your chosen hardware & bitsandbytes
|
7 |
+
sentencepiece # Qwen tokenizer dependency
|