Skip to content

Commit

Permalink
add medium-q5_0
Browse files Browse the repository at this point in the history
  • Loading branch information
litongjava committed Apr 26, 2024
1 parent 56733c1 commit 3b2085e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions distribute/docker/medium-q5_0/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-medium-q5_0.bin /app/models/

EXPOSE 8080

CMD ["/app/whisper_http_server_base_httplib", "-m", "/app/models/ggml-medium-q5_0.bin"]
7 changes: 7 additions & 0 deletions distribute/docker/medium-q5_0/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-medium-q5_0 -f distribute/docker/medium-q5_0/Dockerfile .
```

```
docker run -dit --name whisper-server -p 8080:8080 litongjava/whisper-cpp-server:1.0.0-medium-q5_0
```

0 comments on commit 3b2085e

Please sign in to comment.