We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b326eb + 5d63c11 commit 534f5dcCopy full SHA for 534f5dc
examples/candle_whisper/readme.md
@@ -0,0 +1,7 @@
1
+# Run
2
+
3
+```shell
4
+# model-id: whisper path
5
+# features: metal, cuda
6
+cargo run --package candle_whisper --features metal -r -- --model-id whisper_path
7
+```
readme.md
@@ -70,3 +70,7 @@ async fn call(req: Request) -> Result<i32> {
70
Ok(*num)
71
}
72
```
73
74
+## examples for llm
75
76
+* [whisper with candle](./examples/candle_whisper/readme.md)
0 commit comments