Spaces:
Running on Zero
Running on Zero
Pin gradio==6.16.0 to match Spaces base image (was 6.15.2, build failed with ResolutionImpossible)
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio==6.
|
| 2 |
numpy>=1.24
|
| 3 |
torch>=2.2 # the bottom "Mixture of Experts" experiment (lazy-loaded)
|
| 4 |
transformers>=4.40 # SpikeWhale config/model + SpikeTokenizer (agents/modmind/)
|
|
|
|
| 1 |
+
gradio==6.16.0 # must match the version pinned by the HuggingFace Spaces base image; mismatched pin breaks the Space build
|
| 2 |
numpy>=1.24
|
| 3 |
torch>=2.2 # the bottom "Mixture of Experts" experiment (lazy-loaded)
|
| 4 |
transformers>=4.40 # SpikeWhale config/model + SpikeTokenizer (agents/modmind/)
|