Ari1020 commited on
Commit
8f26fe9
·
verified ·
1 Parent(s): f3213c3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -5
requirements.txt CHANGED
@@ -1,5 +1,10 @@
1
- huggingface_hub==0.25.2
2
- torch
3
- transformers
4
- llama-cpp-python==0.2.90 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu122
5
- ngrok
 
 
 
 
 
 
1
+ os
2
+ time
3
+ subprocess
4
+ sys
5
+ threading
6
+ http.server
7
+ urllib.parse
8
+ json
9
+ llama_cpp
10
+ bs4