Add in-Space offgrid/local mode (ZeroGPU H200 + in-process referee)
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
|
@@ -1 +1,7 @@
|
|
|
|
|
| 1 |
requests>=2.31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu130
|
| 2 |
requests>=2.31
|
| 3 |
+
spaces
|
| 4 |
+
huggingface_hub
|
| 5 |
+
numpy
|
| 6 |
+
torch
|
| 7 |
+
llama-cpp-python==0.3.28
|