Update project github link to SYSTRAN (#746)

This commit is contained in:
trungkienbkhn
2024-03-27 14:31:17 +07:00
committed by GitHub
parent a67e0e47ae
commit e0c3a9ed34
5 changed files with 10 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ Contributions are welcome! Here are some pointers to help you install the librar
We recommend installing the module in editable mode with the `dev` extra requirements:
```bash
git clone https://github.com/guillaumekln/faster-whisper.git
git clone https://github.com/SYSTRAN/faster-whisper.git
cd faster-whisper/
pip install -e .[dev]
```