From b765f2c37fe3e8cde2a041c162cdcc2e9fbb5033 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Thu, 10 Aug 2023 12:29:43 +0200 Subject: [PATCH] Update the wasm build instructions. (#389) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23908756..2b966d24 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ For llama2, run the following command to retrieve the weight files and start a test server: ```bash cd candle-wasm-examples/llama2-c -wget https://karpathy.ai/llama2c/model.bin -wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin +wget https://huggingface.co/spaces/lmz/candle-llama2/resolve/main/model.bin +wget https://huggingface.co/spaces/lmz/candle-llama2/resolve/main/tokenizer.json trunk serve --release --public-url /candle-llama2/ --port 8081 ``` And then browse to