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

models with a slash in them only use the part after the slash :-( #186

Open
jonborchardt opened this issue Dec 6, 2023 · 0 comments
Open

Comments

@jonborchardt
Copy link

i have a custom provider
the provider takes a list of possible models

models=["allenai/tulu2-1", "allenai/tulu2-2", "allenai/tulu2-3", "allenai/tulu2-4"],

this shows properly in the ui, but when the provider calls the model py method i see print(model) => tulu2-1
(note the missing 'allenai/')
i also tried,

models=["allenai//tulu2-1", "allenai//tulu2-2", "allenai//tulu2-3", "allenai//tulu2-4"],

with no change.

please allow passing mull model name to the provider
(note, i am not blocked, in this case, i can hardcode the missing part...)

thanks!

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

1 participant