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 a9164c0 commit 8df4901
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions distribute/docker/tiny.en-q5_1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM litongjava/whisper-cpp-server:1.0.0

COPY models/ggml-tiny.en-q5_1.bin /app/models/

EXPOSE 8080

CMD ["/app/whisper_http_server_base_httplib", "-m", "/app/models/ggml-tiny.en-q5_1.bin"]
7 changes: 7 additions & 0 deletions distribute/docker/tiny.en-q5_1/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```shell
docker build -t litongjava/whisper-cpp-server:1.0.0-tiny.en-q5_1 -f distribute/docker/tiny.en-q5_1/Dockerfile .
```

```
docker run -dit --name whisper-server -p 8080:8080 litongjava/whisper-cpp-server:1.0.0-tiny.en-q5_1
```

0 comments on commit 8df4901

Please sign in to comment.