We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't think it matches the signature.
get_gguf_model( name: str, label: str, settings: FuncchainSettings, ) -> Path: """ Gather GGUF model from huggingface/TheBloke possible input: - DiscoLM-mixtral-8x7b-v2-GGUF - TheBloke/DiscoLM-mixtral-8x7b-v2 - discolm-mixtral-8x7b-v2 ... Raises ModelNotFound(name) error in case of no result. """
The text was updated successfully, but these errors were encountered:
adding name = name.removeprefix("TheBloke/") should fix it i think or what do you mean?
name = name.removeprefix("TheBloke/")
Sorry, something went wrong.
No branches or pull requests
I don't think it matches the signature.
The text was updated successfully, but these errors were encountered: