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

[Feat]: Estimate tokens per second before downloading #193

Open
ChristopherKing42 opened this issue Jan 30, 2025 · 2 comments
Open

[Feat]: Estimate tokens per second before downloading #193

ChristopherKing42 opened this issue Jan 30, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@ChristopherKing42
Copy link

Description
Okay, this is very ambitious, but if there was a way to estimate the tokens per second that would be pretty cool. Like, when searching in hugging face each search result has a token per second estimate.

This will probably require a statistical model or even a NN. It would take the phones specs into account.

@ChristopherKing42 ChristopherKing42 added the enhancement New feature or request label Jan 30, 2025
@a-ghorbani
Copy link
Owner

This dataset is expanding: https://huggingface.co/spaces/a-ghorbani/ai-phone-leaderboard
We maybe able to utilize it to estimate tg/s and memory usage etc

@ChristopherKing42
Copy link
Author

Yeah I'm thinking you have a small model (basically just a statistical model) taking phone specs and LLM specs as input and outputs a normal distribution (i.e. mean and variance) and you optimize the cross entropy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants