Skip to content

Commit

Permalink
Update CTranslate2 to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Feb 16, 2023
1 parent 0b53549 commit cda834c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ pip install -e .

GPU execution requires the NVIDIA libraries cuBLAS 11.x and cuDNN 8.x to be installed on the system. Please refer to the [CTranslate2 documentation](https://opennmt.net/CTranslate2/installation.html).

**Note for Windows users:** the published Windows wheels are currently not built with cuDNN, which is required to run the Whisper model on GPU. Consequently GPU execution is currently not possible on Windows out of the box. If you feel adventurous, a possible workaround is to [compile from sources](https://opennmt.net/CTranslate2/installation.html#install-from-sources).

## Usage

### Model conversion
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
av==10.*
ctranslate2>=3.5.1,<4
ctranslate2>=3.6,<4
tokenizers==0.13.*

0 comments on commit cda834c

Please sign in to comment.