summaryrefslogtreecommitdiff
path: root/candle-wasm-examples/llama2-c
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-08-02 11:12:18 +0100
committerGitHub <noreply@github.com>2023-08-02 11:12:18 +0100
commit4fe8a02f88f5bcb3a0d35d872de32424368ddec7 (patch)
tree11a97927711013b8e0f3b70b4cb5c08ef71475a1 /candle-wasm-examples/llama2-c
parent03a421f7145b36377cf8904497da96a1771ab99c (diff)
downloadcandle-4fe8a02f88f5bcb3a0d35d872de32424368ddec7.tar.gz
candle-4fe8a02f88f5bcb3a0d35d872de32424368ddec7.tar.bz2
candle-4fe8a02f88f5bcb3a0d35d872de32424368ddec7.zip
Update the repo location. (#305)
Diffstat (limited to 'candle-wasm-examples/llama2-c')
-rw-r--r--candle-wasm-examples/llama2-c/Cargo.toml16
-rw-r--r--candle-wasm-examples/llama2-c/src/app.rs2
2 files changed, 8 insertions, 10 deletions
diff --git a/candle-wasm-examples/llama2-c/Cargo.toml b/candle-wasm-examples/llama2-c/Cargo.toml
index 804ea02a..6a128e19 100644
--- a/candle-wasm-examples/llama2-c/Cargo.toml
+++ b/candle-wasm-examples/llama2-c/Cargo.toml
@@ -1,14 +1,12 @@
[package]
name = "candle-wasm-example-llama2"
-version = "0.1.0"
-edition = "2021"
-
-description = "Wasm example for the candle ML framework."
-repository = "https://github.com/LaurentMazare/candle"
-keywords = ["blas", "tensor", "machine-learning"]
-categories = ["science"]
-license = "MIT/Apache-2.0"
-readme = "README.md"
+version.workspace = true
+edition.workspace = true
+description.workspace = true
+repository.workspace = true
+keywords.workspace = true
+categories.workspace = true
+license.workspace = true
[dependencies]
candle = { path = "../../candle-core", version = "0.1.0", package = "candle-core" }
diff --git a/candle-wasm-examples/llama2-c/src/app.rs b/candle-wasm-examples/llama2-c/src/app.rs
index f433d0da..d4ac6d07 100644
--- a/candle-wasm-examples/llama2-c/src/app.rs
+++ b/candle-wasm-examples/llama2-c/src/app.rs
@@ -186,7 +186,7 @@ impl Component for App {
<div><p>{"Running "}
<a href="https://github.com/karpathy/llama2.c" target="_blank">{"llama2.c"}</a>
{" in the browser using rust/wasm with "}
- <a href="https://github.com/LaurentMazare/candle" target="_blank">{"candle!"}</a>
+ <a href="https://github.com/huggingface/candle" target="_blank">{"candle!"}</a>
</p>
<p>{"Once the weights have loaded, click on the run button to start generating content."}
</p>