mirror of
https://github.com/xzeldon/whisper-api-server.git
synced 2025-07-13 18:54:38 +03:00
Compare commits
2 Commits
dacad9a4f6
...
0.1.2
Author | SHA1 | Date | |
---|---|---|---|
dde206facd | |||
2e92dd91cb |
14
README.md
14
README.md
@ -11,6 +11,20 @@ This API server enables audio transcription using the OpenAI Whisper models.
|
|||||||
|
|
||||||
# Build from source
|
# Build from source
|
||||||
|
|
||||||
|
Before build make sure that **CGO_ENABLED** env is set to **1**
|
||||||
|
|
||||||
|
```
|
||||||
|
set CGO_ENABLED 1
|
||||||
|
```
|
||||||
|
|
||||||
|
or preferable set it parament. Then check it via
|
||||||
|
|
||||||
|
```
|
||||||
|
go env
|
||||||
|
```
|
||||||
|
|
||||||
|
Also you have to have installed gcc x64 i.e. by MYSYS
|
||||||
|
|
||||||
Download the sources and use `go build`.
|
Download the sources and use `go build`.
|
||||||
For example, you can build using the following command:
|
For example, you can build using the following command:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user