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

standardize model names/add filtering #5

Closed
beaugunderson opened this issue Apr 23, 2024 · 3 comments
Closed

standardize model names/add filtering #5

beaugunderson opened this issue Apr 23, 2024 · 3 comments

Comments

@beaugunderson
Copy link

it's super hard to compare speeds because not all providers support all models... if I want to compare just llama3-70b speeds for example I tried sorting by model name... I end up with one option at the top of the list (because the L is capitalized) and some options at the bottom but not located next to each other because one uses "llama3" and the other "llama-3". standardizing the names + adding filtering on the model would make it much easier

@juberti
Copy link
Contributor

juberti commented Apr 23, 2024

yeah, good point, we'll see what we can do here. You can try this query for now: https://thefastest.ai?mf=3-70

@juberti
Copy link
Contributor

juberti commented Apr 24, 2024

Standardized model names as requested. Try https://thefastest.ai/?mf=llama-3-70b

@juberti juberti closed this as completed Apr 24, 2024
@beaugunderson
Copy link
Author

beaugunderson commented Apr 25, 2024 via email

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

No branches or pull requests

2 participants