Files
candle/candle-wasm-example/index.html
Laurent Mazare 88f666781f Wasm proof of concept. (#167)
* Wasm proof of concept.

* Run whisper inference in the browser.

* Some fixes.

* Move the wasm example.

* Change the tokenizer config.
2023-07-14 14:51:46 +01:00

10 lines
217 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello Candle - Rust</title>
<script type="module" src="./index.js"></script>
</head>
<body style="white-space: pre-line"></body>
</html>