Tijmen2 commited on
Commit
55fd42e
1 Parent(s): 5a18dfb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -12
requirements.txt CHANGED
@@ -1,12 +1,8 @@
1
- --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124
2
- torch
3
- spaces
4
- huggingface_hub
5
- transformers
6
- accelerate
7
- gradio
8
- protobuf
9
- scipy
10
- sentencepiece
11
- llama-cpp-python
12
- bitsandbytes
 
1
+ accelerate==0.21.0
2
+ bitsandbytes==0.40.2
3
+ gradio==3.37.0
4
+ protobuf==3.20.3
5
+ scipy==1.11.1
6
+ sentencepiece==0.1.99
7
+ torch==2.0.1
8
+ transformers==4.31.0