diff options
Diffstat (limited to 'candle-wasm-examples/llama2-c/index.html')
-rw-r--r-- | candle-wasm-examples/llama2-c/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/candle-wasm-examples/llama2-c/index.html b/candle-wasm-examples/llama2-c/index.html new file mode 100644 index 00000000..e98e1ecb --- /dev/null +++ b/candle-wasm-examples/llama2-c/index.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <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="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" /> + + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css"> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/milligram/1.4.1/milligram.css"> + </head> + <body></body> +</html> |