Spaces:
Running on Zero
Running on Zero
Commit ·
3072807
1
Parent(s): c4c7d72
Add requirements.txt for HF Spaces dependency installation
Browse filesHF Spaces only reads requirements.txt — pyproject.toml and uv.lock are
ignored. Restore requirements.txt with all deps including git sources
for accelerate, diffusers, and peft.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/accelerate.git
|
| 2 |
+
git+https://github.com/huggingface/diffusers.git
|
| 3 |
+
git+https://github.com/huggingface/peft.git
|
| 4 |
+
transformers>=5.0.0
|
| 5 |
+
huggingface_hub
|
| 6 |
+
sentencepiece
|
| 7 |
+
torchvision
|
| 8 |
+
kernels
|
| 9 |
+
spaces
|
| 10 |
+
hf_xet
|
| 11 |
+
numpy
|
| 12 |
+
av
|