Spaces:
Running on Zero
Running on Zero
Commit ·
2668631
1
Parent(s): 96b6246
Pin spaces==0.50.4 to restore fast ZeroGPU inference
Browse filesspaces 0.51.0 (released 2026-07-10) changed tensor packing behavior,
causing inference to jump from 3-8s to 22-75s after the Space restarted
post-AWS outage on 2026-07-17. Pinning to the version that was working.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -7,7 +7,7 @@ pyarrow
|
|
| 7 |
sentencepiece
|
| 8 |
torchvision
|
| 9 |
kernels
|
| 10 |
-
spaces
|
| 11 |
hf_xet
|
| 12 |
gradio
|
| 13 |
pytest
|
|
|
|
| 7 |
sentencepiece
|
| 8 |
torchvision
|
| 9 |
kernels
|
| 10 |
+
spaces==0.50.4
|
| 11 |
hf_xet
|
| 12 |
gradio
|
| 13 |
pytest
|