You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/bin/bash
- export HF_ENDPOINT="https://hf-mirror.com"
- export HF_HOME="/home/user1/jittor2024/JDiffusion/cached_path"
-
- COMMAND="python run_all.py"
- eval $COMMAND &
|