Skip to content

Remove explicit model arg in HfApiModel - which wouldn't run without Pro #373

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

Merged
merged 2 commits into from
Jan 30, 2025

Conversation

sanjeed5
Copy link
Contributor

model=HfApiModel("meta-llama/Llama-3.3-70B-Instruct") throws an error as it's only available with the Pro subscription and it's not easy to find which models are available for free.

Not passing an argument seems like the easiest solution for now.

sanjeed5 and others added 2 commits January 27, 2025 19:08
model=HfApiModel("meta-llama/Llama-3.3-70B-Instruct")  throws an error as it's only available with the Pro subscription and it's not easy to find which models are available for free. 

Not passing an argument seems like the easiest solution for now.
Put note in HF-doc-friendly format
@aymeric-roucher
Copy link
Contributor

Thank you @sanjeed5 , good change!

@aymeric-roucher aymeric-roucher merged commit aa55f13 into huggingface:main Jan 30, 2025
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

Successfully merging this pull request may close these issues.

2 participants