mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 02:38:10 +00:00

* Move the whisper example. * More renaming. * Add llama2 as a new wasm example. * Live generation. * More of the llama wasm example. * Formatting.
18 lines
756 B
HTML
18 lines
756 B
HTML
<!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>
|