met error when install grok-1
#56
by
EvanLan
- opened
Adding quotes around "ckpt-0/" when using the "zsh shell" to prevent the shell from interpreting the asterisk as a wildcard character.
Add quotes ' ' to ckpt-0/* to prevent shell from interpreting * as wildcard:
Command:
huggingface-cli download xai-org/grok-1 --repo-type model --include 'ckpt-0/*' --local-dir checkpoints --local-dir-use-symlinks False
thanks @Ateeqq , let me try
EvanLan
changed discussion status to
closed