mirror of
https://github.com/huggingface/candle.git
synced 2025-06-22 12:28:06 +00:00
Wasm llama2 tweaks (#309)
* Clean-up the llama2.c wasm example. * Use a proper tokenizer.
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<title>Welcome to Candle!</title>
|
||||
|
||||
<link data-trunk rel="copy-file" href="tokenizer.bin" />
|
||||
<link data-trunk rel="copy-file" href="tokenizer.json" />
|
||||
<link data-trunk rel="copy-file" href="model.bin" />
|
||||
<link data-trunk rel="rust" href="Cargo.toml" data-bin="app" data-type="main" />
|
||||
<link data-trunk rel="rust" href="Cargo.toml" data-bin="worker" data-type="worker" />
|
||||
|
Reference in New Issue
Block a user