You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I don't think it matches the signature.
The text was updated successfully, but these errors were encountered: