vercelgpt commited on
Commit
a7891b2
·
verified ·
1 Parent(s): b6ac232

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core inference backend — built with CUDA support on HF ZeroGPU Spaces
2
+ # The pre-built wheel with cuBLAS is pulled automatically by the Space build.
3
+ llama-cpp-python[server]>=0.2.90
4
+
5
+ # Hugging Face ecosystem
6
+ huggingface_hub>=0.23.0
7
+ gradio>=4.42.0
8
+
9
+ # ZeroGPU decorator (installed by default on ZeroGPU Spaces, listed for clarity)
10
+ spaces>=0.19.4