mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Merge pull request #12905 from nextcloud/fix/stt_whisper2
Fixed invalid stt_whisper2 docker volume name (nc_app_llm2_data -> nc_app_stt_whisper2_data)
This commit is contained in:
@@ -39,10 +39,10 @@ Installation
|
||||
Supplying alternate models
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
This app allows supplying alternate models in the ``/nc_app_llm2_data`` directory of the docker container. You can use any `*faster-whisper* model by Systran on hugging face <https://huggingface.co/Systran>`_ in the following way:
|
||||
This app allows supplying alternate models in the ``/nc_app_stt_whisper2_data`` directory of the docker container. You can use any `*faster-whisper* model by Systran on hugging face <https://huggingface.co/Systran>`_ in the following way:
|
||||
|
||||
1. git cloning the respective repository
|
||||
2. Copying the folder with the git repository to ``/nc_app_llm2_data`` inside the docker container.
|
||||
2. Copying the folder with the git repository to ``/nc_app_stt_whisper2_data`` inside the docker container.
|
||||
3. Restarting the Whisper ExApp
|
||||
4. Selecting the respective model in the Nextcloud AI admin settings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user