ehristoforu commited on
Commit
e32ecc5
·
verified ·
1 Parent(s): 4b0b5ba

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ torch
2
+ transformers
3
+ tokenizer
4
+ safetensors
5
+ peft
6
+ bitsandbytes
7
+ llama-cpp-python
8
+ llama-cpp-python[server]