use naming utils in tunix cli#736
Merged
copybara-service[bot] merged 1 commit intomainfrom Nov 25, 2025
Merged
Conversation
211cff1 to
3358fd2
Compare
3358fd2 to
b5b03d0
Compare
b5b03d0 to
af01ebb
Compare
af01ebb to
372a766
Compare
372a766 to
64716a4
Compare
64716a4 to
43a3760
Compare
43a3760 to
6964b89
Compare
b3a52d8 to
1f22c16
Compare
1f22c16 to
de19937
Compare
de19937 to
4328e76
Compare
4328e76 to
26ab056
Compare
26ab056 to
a36d923
Compare
a36d923 to
cd97dbf
Compare
cd97dbf to
ad81bb3
Compare
- use the recent `naming.py` utils to retrieve and parse names - add support for both `gemma3-.*` and `gemma-3.*` pattern names as an exception case, since the pattern on HF is gemma-3. PiperOrigin-RevId: 836801244
ad81bb3 to
da4f517
Compare
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.
use naming utils in tunix cli
naming.pyutils to retrieve and parse namesgemma3-.*andgemma-3.*pattern names as an exception case, since the pattern on HF is gemma-3.