summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-08-28 11:34:54 +0100
committerGitHub <noreply@github.com>2023-08-28 11:34:54 +0100
commit9137c631755ad945ebdb939d24e6c5e191b8b5c2 (patch)
tree5df606928a0b1dda5240f8e47bad7ca219f81c38 /README.md
parent3cca89cc7030d3d101f847214526657d81f33435 (diff)
downloadcandle-9137c631755ad945ebdb939d24e6c5e191b8b5c2.tar.gz
candle-9137c631755ad945ebdb939d24e6c5e191b8b5c2.tar.bz2
candle-9137c631755ad945ebdb939d24e6c5e191b8b5c2.zip
Update README.md (#640)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2aa2a1fe..45734a0e 100644
--- a/README.md
+++ b/README.md
@@ -93,10 +93,10 @@ test server:
cd candle-wasm-examples/llama2-c
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
+trunk serve --release --port 8081
```
And then head over to
-[http://localhost:8081/candle-llama2](http://localhost:8081/candle-llama2).
+[http://localhost:8081/](http://localhost:8081/).
<!--- ANCHOR: features --->