jinv2 commited on
Commit
6b92747
·
verified ·
1 Parent(s): 78b9b40

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -2,6 +2,7 @@ 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
 
 
2
  transformers>=4.39.0
3
  peft>=0.9.0
4
  accelerate>=0.27.0
5
+ bitsandbytes>=0.41.0
6
+ torch>=2.0.0
7
+ sentencepiece
8
+ tiktoken