-
Notifications
You must be signed in to change notification settings - Fork 526
🏷️ Track LiteRT and LiteRT LM files #1763
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
Conversation
Hi @tf-marissaw, from what I understood from previous discussions, Regarding tracking Therefore I don't think there is anything to change here regarding tflite / litert-lm. Hope that finds you well and let me know if you have any questions :) |
Thank for your quick response! Our previous HuggingFace maintainer left so I have some catching up to do. I apologize if you have answered these questions previously. For the It is great to hear that |
Gentle ping. Any updates, @Wauplin? |
Any advice @Wauplin ? |
Hey there 👋 Sorry for the very long delay. So now that I'm getting back to it I have a few questions:
Do you have a example of such repos for which you think the .task is actively used? Would it be possible to upgrade them to the newer version?
Ok so indeed this is correct and will lead to the same result as what it is now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's get it merged! Sorry again for the delay.
I should expect a follow up PR to update the snippets section next, right? 🤗
repoUrl: "https://github.com/google-ai-edge/LiteRT-LM", | ||
filter: false, | ||
countDownloads: `path_extension:"litertlm"`, | ||
countDownloads: `path_extension:"litertlm"` OR `path_extension:"task"`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found an example: https://huggingface.co/litert-community/Gemma3-1B-IT/tree/main
Ok so in that case I believe it's fine to count .task
files as well. We won't auto-tag repos based on that file but it's ok to track downloads using it.
Track LiteRT files (.tflite) and add an additional supported LiteRT LM format for tracking as well.
318406f
to
a20ec88
Compare
Yes! For LiteRT (with .tflite files) and LiteRT LM (with .literlm and .task files).
I've rebased my cl. Is there anything else that I need to do from my side? This is my first time submitting here so my apologies if I have forgotten anything else that is important. |
Few lints errors to fix but we're all good now. Expect it to be live on the Hub in the next days 🤗 Looking forward for the PR to update snippets :) Let me know if you need any pointers |
Track LiteRT files (.tflite) and add an additional supported LiteRT LM format for tracking as well.