rename : ggerganov -> ggml-org (#3005)

This commit is contained in:
Georgi Gerganov
2025-04-04 16:11:52 +03:00
committed by GitHub
parent 0b17d4507e
commit 2b6d0d2200
15 changed files with 61 additions and 63 deletions

View File

@ -24,8 +24,7 @@ You can now use it like this:
`ggml` models are available from the following locations:
- https://huggingface.co/ggerganov/whisper.cpp/tree/main
- https://ggml.ggerganov.com
- https://huggingface.co/ggml-org/whisper.cpp/tree/main
### 3. Convert with [convert-pt-to-ggml.py](convert-pt-to-ggml.py)
@ -78,7 +77,7 @@ OpenAI format. To read the HF models you can use the [convert-h5-to-ggml.py](con
```bash
git clone https://github.com/openai/whisper
git clone https://github.com/ggerganov/whisper.cpp
git clone https://github.com/ggml-org/whisper.cpp
# clone HF fine-tuned model (this is just an example)
git clone https://huggingface.co/openai/whisper-medium
@ -96,7 +95,7 @@ Currently, the chunk-based transcription strategy is not implemented, so there c
```bash
# clone OpenAI whisper and whisper.cpp
git clone https://github.com/openai/whisper
git clone https://github.com/ggerganov/whisper.cpp
git clone https://github.com/ggml-org/whisper.cpp
# get the models
cd whisper.cpp/models

View File

@ -3,7 +3,7 @@
# Usage:
#
# git clone https://github.com/openai/whisper
# git clone https://github.com/ggerganov/whisper.cpp
# git clone https://github.com/ggml-org/whisper.cpp
# git clone https://huggingface.co/openai/whisper-medium
#
# python3 ./whisper.cpp/models/convert-h5-to-ggml.py ./whisper-medium/ ./whisper .
@ -12,7 +12,7 @@
#
# For more info:
#
# https://github.com/ggerganov/whisper.cpp/issues/157
# https://github.com/ggml-org/whisper.cpp/issues/157
#
import io