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

Conversation

JackAdamsJenkins
Copy link

@JackAdamsJenkins JackAdamsJenkins commented Oct 2, 2024

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.

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 JackAdamsJenkins closed this by deleting the head repository Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Add whisper large v3 turbo
1 participant