relax: Add 11 popular ollama model name regex patterns for provider routing#329
relax: Add 11 popular ollama model name regex patterns for provider routing#329shokrydev wants to merge 1 commit intogoogle:mainfrom
Conversation
…outing: ministral, devstral, nemotron, granite, glm, rnj, olmo, smollm, lfm, falcon, yi
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
…uting Adds patterns for: ministral, devstral, nemotron, granite, glm, rnj, olmo, smollm, lfm, falcon, yi Upstream: google#329
Applied PRs: google#356, google#369, google#329, google#267, google#305, google#326, google#352, google#359, google#317, google#362, google#242, google#310, google#241. Moved from Low Priority to Applied section. Updated cherry-pick log with all commit hashes.
|
Your branch is 1 commits behind git fetch origin main
git merge origin/main
git pushNote: Enable "Allow edits by maintainers" to allow automatic updates. |
3 similar comments
|
Your branch is 1 commits behind git fetch origin main
git merge origin/main
git pushNote: Enable "Allow edits by maintainers" to allow automatic updates. |
|
Your branch is 1 commits behind git fetch origin main
git merge origin/main
git pushNote: Enable "Allow edits by maintainers" to allow automatic updates. |
|
Your branch is 1 commits behind git fetch origin main
git merge origin/main
git pushNote: Enable "Allow edits by maintainers" to allow automatic updates. |
|
Your branch is 7 commits behind git fetch origin main
git merge origin/main
git pushNote: Enable "Allow edits by maintainers" to allow automatic updates. |
|
Your branch is 8 commits behind git fetch origin main
git merge origin/main
git pushNote: Enable "Allow edits by maintainers" to allow automatic updates. |
Description
Add regex patterns for 11 popular Ollama model families: ministral, devstral, nemotron, granite, glm, rnj, olmo, smollm, lfm, falcon, yi. This enables users to use these models via the standard model_id API.
Fixes #328
Out of provided PR case selection, closest to "feature" but @aksg87 refers to similar changes as "relax".
How Has This Been Tested?
Checklist:
Code of conduct.
Contributing
page, and I either signed the Google
Individual CLA
or am covered by my company's
Corporate CLA.
issue(s) and we have agreed upon the general approach.
issue(s) that documentation elsewhere needs updating.
Google's Python Style Guide
and ran
pylintover the affected code.