met error when install grok-1

#56
by EvanLan - opened

when I run the below command, I met error

image.png

version:

image.png

Any body knows one what happened? I'm a new hand in python, help, help, thanks.

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

Sign up or log in to comment