Files
candle/candle-wasm-examples/whisper/index.html
Laurent Mazare 5a26cba733 Re-organize the wasm examples (#231)
* Move the whisper example.

* More renaming.

* Add llama2 as a new wasm example.

* Live generation.

* More of the llama wasm example.

* Formatting.
2023-07-24 12:36:02 +01:00

25 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Welcome to Candle!</title>
<link data-trunk rel="copy-file" href="jfk.wav" />
<link data-trunk rel="copy-file" href="mm0.wav" />
<link data-trunk rel="copy-file" href="a13.wav" />
<link data-trunk rel="copy-file" href="gb0.wav" />
<link data-trunk rel="copy-file" href="gb1.wav" />
<link data-trunk rel="copy-file" href="hp0.wav" />
<link data-trunk rel="copy-file" href="tokenizer.en.json" />
<link data-trunk rel="copy-file" href="mel_filters.safetensors" />
<link data-trunk rel="copy-file" href="tiny.en.safetensors" />
<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>