hf-mirror-cli icon indicating copy to clipboard operation
hf-mirror-cli copied to clipboard

hf-cli download dataset occur faild.

Open liyaoshun opened this issue 5 months ago • 0 comments

cmd: hf-mirror-cli georghess/pandaset --token hf_xxx --username xxx error log:

--->start-开始检查环境和网络 --->检查当前环境是否安装了git和git-lfs --->当前huggingface模型的下载地址为xxx ----->end-环境检查完毕正常 --->开始拉起下载模型数据并发任务 --->开始 clone repo from https://hf-mirror.com/georghess/pandaset downloading with username:xxx,token:hf_xxx ['https:', 'hf-mirror.com'] --->开始 clone repo from https://xxx:[email protected]/georghess/pandaset Traceback (most recent call last): File "D:\anconda3\envs\xxx\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "D:\anconda3\envs\xxx\lib\runpy.py", line 87, in run_code exec(code, run_globals) File "D:\anconda3\envs\xxx\Scripts\hf-mirror-cli.exe_main.py", line 7, in File "D:\anconda3\envs\xxx\lib\site-packages\hf_cli.py", line 74, in main download_model(model_id) File "D:\anconda3\envs\xxx\lib\site-packages\hf_cli.py", line 379, in download_model Repo.clone_from(repo_url, model_dir) File "D:\anconda3\envs\xxx\lib\site-packages\git\repo\base.py", line 1525, in clone_from return cls._clone( File "D:\anconda3\envs\xxx\lib\site-packages\git\repo\base.py", line 1396, in _clone finalize_process(proc, stderr=stderr) File "D:\anconda3\envs\xxx\lib\site-packages\git\util.py", line 504, in finalize_process proc.wait(kwargs) File "D:\anconda3\envs\xxx\lib\site-packages\git\cmd.py", line 834, in wait raise GitCommandError(remove_password_if_present(self.args), status, errstr) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git clone -v -- https://:**@hf-mirror.com/georghess/pandaset pandaset stderr: 'Cloning into 'pandaset'... remote: Repository not found fatal: repository 'https://hf-mirror.com/georghess/pandaset/' not found

liyaoshun avatar Sep 11 '24 03:09 liyaoshun