funcchain icon indicating copy to clipboard operation
funcchain copied to clipboard

Docstring for get_gguf_model is inaccurate

Open ahuang11 opened this issue 1 year ago • 1 comments

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.
    """

ahuang11 avatar Feb 12 '24 23:02 ahuang11