As mentioned, I'm trying to run [this model](https://huggingface.co/migtissera/Synthia-7B-v1.3). More info on it [here](https://twitter.com/migtissera/status/1707482374748139690). I've managed to convert and quantize it without errors but when I run it I get this: ``` error loading model: create_tensor: tensor 'blk.0.attn_k.weight' has wrong shape; expected 4096, 4096, got 4096, 1024, 1, 1 ``` I converted it with `convert.py model_dir --ctx 4096` and then quantized to q4_0.