You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Errors logged to '/tmp/tmp4xo20fml/.git/lfs/logs/20250102T211407.32856269.log'.
Use git lfs logs last to view the log.
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/swift/cli/export.py", line 5, in
export_main()
File "/usr/local/lib/python3.10/site-packages/swift/utils/run_utils.py", line 32, in x_main
result = llm_x(args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/swift/llm/export.py", line 373, in llm_export
push_to_ms_hub(ckpt_dir, args.hub_model_id, args.hub_token, args.hub_private_repo, args.commit_message)
File "/usr/local/lib/python3.10/site-packages/swift/utils/hub.py", line 55, in push_to_ms_hub
subprocess_run(['git', '-C', tmp_dir, 'lfs', 'pull'])
File "/usr/local/lib/python3.10/site-packages/swift/utils/utils.py", line 207, in subprocess_run
resp.check_returncode()
File "/usr/local/lib/python3.10/subprocess.py", line 457, in check_returncode
raise CalledProcessError(self.returncode, self.args, self.stdout,
subprocess.CalledProcessError: Command '['git', '-C', '/tmp/tmp4xo20fml', 'lfs', 'pull']' returned non-zero exit status 2.
The text was updated successfully, but these errors were encountered:
Errors logged to '/tmp/tmp4xo20fml/.git/lfs/logs/20250102T211407.32856269.log'.
Use
git lfs logs last
to view the log.Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/swift/cli/export.py", line 5, in
export_main()
File "/usr/local/lib/python3.10/site-packages/swift/utils/run_utils.py", line 32, in x_main
result = llm_x(args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/swift/llm/export.py", line 373, in llm_export
push_to_ms_hub(ckpt_dir, args.hub_model_id, args.hub_token, args.hub_private_repo, args.commit_message)
File "/usr/local/lib/python3.10/site-packages/swift/utils/hub.py", line 55, in push_to_ms_hub
subprocess_run(['git', '-C', tmp_dir, 'lfs', 'pull'])
File "/usr/local/lib/python3.10/site-packages/swift/utils/utils.py", line 207, in subprocess_run
resp.check_returncode()
File "/usr/local/lib/python3.10/subprocess.py", line 457, in check_returncode
raise CalledProcessError(self.returncode, self.args, self.stdout,
subprocess.CalledProcessError: Command '['git', '-C', '/tmp/tmp4xo20fml', 'lfs', 'pull']' returned non-zero exit status 2.
The text was updated successfully, but these errors were encountered: