Should have a `model_type` key in its config.json

#98
by Sneha7 - opened

ValueError: Unrecognized model in ./gpt-oss-20b. Should have a model_type key in its config.json,

I used "huggingface-cli download openai/gpt-oss-20b --local-dir gpt-oss-20b/" to get around that error. That is, I left out the --include "original/*"

Yes there are two different versions of the weights that are somewhat similar. In most cases you want the ones at the top level (that contain a model_type) not the ones in the original/ folder

dkundel-openai changed discussion status to closed

Sign up or log in to comment