From 3e6491a3061f77b0e9b27f414c3a5bdb412d4ab4 Mon Sep 17 00:00:00 2001 From: Zhuohan Li Date: Tue, 5 Aug 2025 10:21:53 -0700 Subject: [PATCH] Add instruction to download metal weights --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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