Skip to content

Commit 534f5dc

Browse files
Merge pull request #33 from hubertshelley/features/candle_whisper_support
edit readme
2 parents 0b326eb + 5d63c11 commit 534f5dc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

examples/candle_whisper/readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,7 @@ async fn call(req: Request) -> Result<i32> {
7070
Ok(*num)
7171
}
7272
```
73+
74+
## examples for llm
75+
76+
* [whisper with candle](./examples/candle_whisper/readme.md)

0 commit comments

Comments
 (0)