runtime error
Exit code: 1. Reason: Git revision id which can be a branch name, a tag, or a commit hash. --include TEXT Glob patterns to include from files to download. eg: *.json --exclude TEXT Glob patterns to exclude from files to download. --cache-dir TEXT Directory where to save files. --local-dir TEXT If set, the downloaded file will be placed under this directory. Check out https://huggingface.co/docs/huggingface_hub/guides/download#download-files-to-a-local-folder for more details. --force-download / --no-force-download If True, the files will be downloaded even if they are already cached. [default: no-force-download] --dry-run / --no-dry-run If True, perform a dry run without actually downloading the file. [default: no-dry-run] --token TEXT A User Access Token generated from https://huggingface.co/settings/tokens. --max-workers INTEGER Maximum number of workers to use for downloading files. Default is 8. [default: 8] --format [agent|auto|human|json|quiet] Output format. [default: auto] -h, --help Show this message and exit. Run 'hf download --help' for full details. Did you mean: --force-download, --format? Traceback (most recent call last): File "/restore.py", line 23, in <module> subprocess.run( File "/usr/lib/python3.12/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['hf', 'download', 'yageV5/repo-yage', '--repo-type', 'dataset', '--local-dir', '/home/vscode', '--force', '--exclude', '.gitattributes', '--exclude', '*.md']' returned non-zero exit status 2. Starting Restorer. Traceback (most recent call last): File "/app.py", line 18, in <module> subprocess.run(["python3", "/restore.py"], check=True) File "/usr/lib/python3.12/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['python3', '/restore.py']' returned non-zero exit status 1.
Container logs:
Fetching error logs...