When converting mistralai/Mistral-Small-3.2-24B-Instruct-2506 to GGUF (via llama_cpp), I get an error saying the tokenizer.json file is missing. After re-examining the HF repo, there in fact, is not a tokenizer.json file in the repo; although there is one for the other models I have converted, and the base model.
However, others have successfully converted and quantised this model; which is my endgame. What do I need to do convert this model to GGUF?
Can I use the tokenizer.json file from the base model?