ps1811 commited on
Commit
50888e4
·
1 Parent(s): b1156d5

Requirements updated

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  gradio>=5.0.0
2
  spaces>=0.43.0
3
  sqlalchemy
@@ -5,9 +12,4 @@ google-ads>=27.0.0
5
  pandas
6
  python-dotenv
7
  requests
8
- huggingface_hub>=0.24.0
9
- pytest
10
- # --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124
11
- llama-cpp-python==0.3.23 --prefer-binary
12
- # nvidia-cuda-runtime-cu12
13
- # nvidia-cublas-cu12
 
1
+ --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124
2
+ --only-binary llama-cpp-python
3
+
4
+ nvidia-cublas-cu12
5
+ nvidia-cuda-runtime-cu12
6
+ llama-cpp-python==0.3.23
7
+
8
  gradio>=5.0.0
9
  spaces>=0.43.0
10
  sqlalchemy
 
12
  pandas
13
  python-dotenv
14
  requests
15
+ huggingface_hub>=0.24.0