Skip to content

Commit

Permalink
add tiny.en-q5_1
Browse files Browse the repository at this point in the history
  • Loading branch information
litongjava committed Apr 25, 2024
1 parent 8df4901 commit 56733c1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,10 @@ docker run -dit --name whisper-server -p 8080:8080 litongjava/whisper-cpp-server
```
docker run -dit --name whisper-server -p 8080:8080 litongjava/whisper-cpp-server:1.0.0-large-v3
```

### [Client code](./doc/client_code.md)
## run whisper-cpp-server:1.0.0-tiny.en-q5_1
[Dockerfile](./distribute/docker/tiny.en-q5_1/)
```
docker run -dit --name whisper-server -p 8080:8080 litongjava/whisper-cpp-server:1.0.0-tiny.en-q5_1
```
### Client code
[Client code](./doc/client_code.md)

0 comments on commit 56733c1

Please sign in to comment.