Model weights in original folder vs root

#65
by andstor - opened

What is the difference between the model weights in the root folder and the origialfolder?

The weights in the root folder are compatible with HF/Transformers. The weights in the original folder are the weights that we shared before they were converted into HF format. They work with the reference implementations on github.com/openai/gpt-oss and have been used by projects to transform into the format they require.

If I use vllm for inference, I only need to download the 14 model weights in the root folder?

@dkundel-openai Thanks!

andstor changed discussion status to closed

Sign up or log in to comment