-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #309 Integrate the v3 turbo model into the Vibe project. * **core/src/transcribe.rs** - Add `setup_v3_turbo_params` function to handle v3 turbo model specific configurations. - Update `create_context` function to include parameters and configurations specific to the v3 turbo model. * **core/src/test.rs** - Update `test_transcribe` function to use the `ggml-large-v3-turbo.bin` model for testing. * **docs/MODELS.md** - Add information and instructions for using the v3 turbo model. - Include the download link for the v3 turbo model. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/thewh1teagle/vibe/issues/309?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information
1 parent
f34d5b7
commit e1bd45c
Showing
3 changed files
with
62 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters