Update the repo location. (#305)

This commit is contained in:
Laurent Mazare
2023-08-02 11:12:18 +01:00
committed by GitHub
parent 03a421f714
commit 4fe8a02f88
11 changed files with 61 additions and 61 deletions

View File

@ -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>