mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 14:35:57 +00:00
Merge 29255b549457f16982ba6c641e57df40fc28d4a9 into c0d2f624c09dc18e709e37c2ad90c039a4eb72a2
This commit is contained in:
commit
f2e4d7a990
@ -46,6 +46,9 @@ choco install ffmpeg
|
|||||||
|
|
||||||
# on Windows using Scoop (https://scoop.sh/)
|
# on Windows using Scoop (https://scoop.sh/)
|
||||||
scoop install ffmpeg
|
scoop install ffmpeg
|
||||||
|
|
||||||
|
# on Windows using Winget (https://learn.microsoft.com/windows/package-manager/)
|
||||||
|
winget install ffmpeg
|
||||||
```
|
```
|
||||||
|
|
||||||
You may need [`rust`](http://rust-lang.org) installed as well, in case [tiktoken](https://github.com/openai/tiktoken) does not provide a pre-built wheel for your platform. If you see installation errors during the `pip install` command above, please follow the [Getting started page](https://www.rust-lang.org/learn/get-started) to install Rust development environment. Additionally, you may need to configure the `PATH` environment variable, e.g. `export PATH="$HOME/.cargo/bin:$PATH"`. If the installation fails with `No module named 'setuptools_rust'`, you need to install `setuptools_rust`, e.g. by running:
|
You may need [`rust`](http://rust-lang.org) installed as well, in case [tiktoken](https://github.com/openai/tiktoken) does not provide a pre-built wheel for your platform. If you see installation errors during the `pip install` command above, please follow the [Getting started page](https://www.rust-lang.org/learn/get-started) to install Rust development environment. Additionally, you may need to configure the `PATH` environment variable, e.g. `export PATH="$HOME/.cargo/bin:$PATH"`. If the installation fails with `No module named 'setuptools_rust'`, you need to install `setuptools_rust`, e.g. by running:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user