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.