The Git download command provided by ModelScope is not correct #779
AnLuoRidge
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The Git download command provided by ModelScope is
git clone https://www.modelscope.cn/datasets/gongjy/minimind_dataset.gitHowever, it doesn't work for me, showing
warning: remote HEAD refers to nonexistent ref, unable to checkoutI used the following commands instead.
git clone --branch master --single-branch https://www.modelscope.cn/datasets/gongjy/minimind_dataset.gitgit -C /repos/minimind/minimind_dataset lfs pull origin masterAll reactions