diff --git a/README.md b/README.md index c00be68..18e36e9 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,12 @@ To perform inference you'll need to first convert the SafeTensor weights from Hu python gpt_oss/metal/scripts/create-local-model.py -s -d ``` +Or downloaded the pre-converted weight: +```shell +huggingface-cli download openai/gpt-oss-120b --include "metal/*" --local-dir gpt-oss-120b/metal/ +huggingface-cli download openai/gpt-oss-20b --include "metal/*" --local-dir gpt-oss-20b/metal/ +``` + To test it you can run: ```shell