Hi, I’m trying to duplicate this space: https://huggingface.co/spaces/multimodalart/dreambooth-training
The duplication always stops with the same error.
This is what the log shows:
Collecting pyfiglet
Downloading pyfiglet-1.0.2-py3-none-any.whl (1.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 373.5 MB/s eta 0:00:00
ERROR: Could not find a version that satisfies the requirement triton==2.0.0.dev20221030 (from versions: 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 3.0.0)
ERROR: No matching distribution found for triton==2.0.0.dev20221030
[notice] A new release of pip available: 22.3.1 -> 24.2
[notice] To update, run: pip install --upgrade pip
--> ERROR: process "/bin/sh -c pip install --no-cache-dir -r /tmp/requirements.txt" did not complete successfully: exit code: 1
How can I duplicate this space without this error?
Thank you kindly for your help
Alex