Hi,
I have fine-tuned a Llama2 model from Meta with QLORA. After merging and saving the weights (model.merge_and_unload()), I am trying to convert it with ct2-transformers-converter --model merged/pytorch_model.bin --output_dir ct2_model
. This gives me KeyError: 'vocab'
. Why is Ctranslate2 expecting the model binary to include a vocab?