Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for v3 turbo model #314

Commits on Oct 2, 2024

  1. Add support for v3 turbo model

    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).
    JackAdamsJenkins committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e1bd45c View commit details
    Browse the repository at this point in the history