Spaces:
Running
Running
remove XL checkpoint download (OOMKilled build, training uses standard turbo)
Browse files- Dockerfile +0 -5
Dockerfile
CHANGED
|
@@ -89,11 +89,6 @@ RUN python3 -c "from huggingface_hub import snapshot_download; \
|
|
| 89 |
snapshot_download('ACE-Step/Ace-Step1.5', local_dir='/app/checkpoints', \
|
| 90 |
ignore_patterns=['*.md', '*.txt', '.gitattributes'])"
|
| 91 |
|
| 92 |
-
# XL turbo checkpoint for training (matches XL GGUF used for inference)
|
| 93 |
-
RUN python3 -c "from huggingface_hub import snapshot_download; \
|
| 94 |
-
snapshot_download('ACE-Step/acestep-v15-xl-turbo', local_dir='/app/checkpoints/acestep-v15-xl-turbo', \
|
| 95 |
-
ignore_patterns=['*.md', '*.txt', '.gitattributes'])"
|
| 96 |
-
|
| 97 |
# Copy application files
|
| 98 |
COPY app.py /app/app.py
|
| 99 |
COPY train_engine.py /app/train_engine.py
|
|
|
|
| 89 |
snapshot_download('ACE-Step/Ace-Step1.5', local_dir='/app/checkpoints', \
|
| 90 |
ignore_patterns=['*.md', '*.txt', '.gitattributes'])"
|
| 91 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
# Copy application files
|
| 93 |
COPY app.py /app/app.py
|
| 94 |
COPY train_engine.py /app/train_engine.py
|