Hello,
I am attempting to convert the Mistral-7B-OpenOrca to GGUF using "convert.py"
I understand that TheBloke has released a GGUF version, however I am wanting to convert it myself on my local computer.
However I keep getting the error:
Exception: Expected added token IDs to be sequential and start at 6; got [0, 1, 2, 32000, 32001, 32002]
I believe this is due to the additional "added_tokens.json" file that Mistral-7B-OpenOrca has.
A similar issue was reported here
However there was no fix?
Any solutions or pointers would be greatly appreciated.
Thanks,
Nate
Hello,
I am attempting to convert the Mistral-7B-OpenOrca to GGUF using "convert.py"
I understand that TheBloke has released a GGUF version, however I am wanting to convert it myself on my local computer.
However I keep getting the error:
Exception: Expected added token IDs to be sequential and start at 6; got [0, 1, 2, 32000, 32001, 32002]I believe this is due to the additional "added_tokens.json" file that Mistral-7B-OpenOrca has.
A similar issue was reported here
However there was no fix?
Any solutions or pointers would be greatly appreciated.
Thanks,
Nate