docs(deepgram): note current release 260728 and drop half_precision - #306
Open
jonoirwinrsa wants to merge 2 commits into
Open
docs(deepgram): note current release 260728 and drop half_precision#306jonoirwinrsa wants to merge 2 commits into
jonoirwinrsa wants to merge 2 commits into
Conversation
Records the self-hosted release that Deepgram partner deployments run, and removes [half_precision] from the engine.toml template — Deepgram dropped that setting in release 260305 and the Engine now sets it automatically. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two changes to the Deepgram partner-service page.
1. Record the release we run. Adds a note that deployments run Deepgram self-hosted release
260728, and points users at their Deepgram Account Representative to confirm their model files match. The page previously said nothing about which release the images track, so users had no way to tell whichengine.toml/api.tomlschema or model files applied.2. Drop
[half_precision]from theengine.tomltemplate. Deepgram removed that setting in self-hosted release260305— the Engine now sets half precision automatically based on GPU support. Our template still shipped it, so anyone following this page produced anengine.tomlcarrying a setting Deepgram no longer uses. Replaced with a note telling existing users to remove it from their file.