Add missing config files

#16
by h4rz3rk4s3 - opened

Please add the following files from Mistral-small-3.1 to this Repo for it to be complete.

  • preprocessor_config.json
  • processor_config.json
  • tokenizer_config.json
  • tokenizer.json

Hopefully this saves others some time:

llm = LLM(
    model='mistralai/Mistral-Small-3.2-24B-Instruct-2506',
    tokenizer_mode="mistral",
    config_format="mistral",
    load_format="mistral",
)

Sign up or log in to comment