diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-07-24 15:28:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 15:28:27 +0100 |
commit | 160ba09d3062ede06a770ca4b8fc5c42b16a2d6a (patch) | |
tree | 0bea1eec9338fa8bbb93e010fcc1d398918124e4 /candle-wasm-examples/llama2-c/Cargo.toml | |
parent | 5a26cba7339e326eaca7a10ee99f6af948da2677 (diff) | |
download | candle-160ba09d3062ede06a770ca4b8fc5c42b16a2d6a.tar.gz candle-160ba09d3062ede06a770ca4b8fc5c42b16a2d6a.tar.bz2 candle-160ba09d3062ede06a770ca4b8fc5c42b16a2d6a.zip |
Polish the llama2 wasm ui. (#232)
* Polish the llama2 wasm ui.
* readme update.
Diffstat (limited to 'candle-wasm-examples/llama2-c/Cargo.toml')
-rw-r--r-- | candle-wasm-examples/llama2-c/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/candle-wasm-examples/llama2-c/Cargo.toml b/candle-wasm-examples/llama2-c/Cargo.toml index 22d9cfe8..6aae0e59 100644 --- a/candle-wasm-examples/llama2-c/Cargo.toml +++ b/candle-wasm-examples/llama2-c/Cargo.toml @@ -24,6 +24,7 @@ serde = { workspace = true } serde_json = { workspace = true } # Wasm specific crates. +console_error_panic_hook = "0.1.7" getrandom = { version = "0.2", features = ["js"] } gloo = "0.8" js-sys = "0.3.64" |