Skip to content

get_model_config raises ValueError when using official variant 4b-it #81

@h-suzuki-isp

Description

@h-suzuki-isp

The official example code uses the 4b-it variant with get_model_config, but this results in a ValueError. It appears that "4b-it" is not listed as a supported variant inside get_model_config, even though it is referenced in the official code.

This results in the following error:

ValueError: Invalid variant 4b-it. Supported variants are "1b", "2b", "2b-v2", "4b",, "7b", "9b" "12b", "27b", and "27b_v3".

Even if I change the variant to one of the supported variants, it causes errors in other parts of the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions