My models failed
My models failed the quantization, and two of the attempts we're because I forgot to set "trust_remote_code=True" in my model's config. The 3rd attempt was seeing if it would work but it failed too. Is there any way I can get some information on how I might be able to get this to work?
I have tried all settings at this point. I will stop attempting to try.
@Quazim0t0 Hi, sorry for the late reply. The error occurs because the tokenizer cannot be found. I noticed that your model card mentions using SpikeTokenizer, but I couldn’t find any corresponding implementation or files in the model repository. Setting trust_remote_code=True also does not resolve or locate this tokenizer.
Just fixed it now.
I tried again and it still didn't make it through.