Skip to content

Fix README documentation for running it on metal #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

RichardMarto
Copy link

huggingface-cli download openai/gpt-oss-20b --include "metal/*" --local-dir gpt-oss-20b/metal/ installs the model at gpt-oss-20b/metal/metal/model.bin not gpt-oss-20b/metal/model.bin

@altaic
Copy link

altaic commented Aug 8, 2025

The part of the readme that's wrong is the huggingface-cli command with the added /metal/ on the local repo path. Also, it's not great that the readme specifies a relative path without ./. Anyway, the correct command should be:
huggingface-cli download openai/gpt-oss-20b --include "metal/*" --local-dir ./gpt-oss-20b

@RichardMarto RichardMarto deleted the fix-readme-for-metal branch August 10, 2025 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants