convert.py produces KeyError: ('torch', 'ShortStorage')
Here's my error:
I'm not sure if it is the pytorch version that's a problem. My version is: Version: 2.2.0
`llama.cpp$ python convert.py ../home/jovyan/llm-awq/quant_cache/TinyLlama-w4-g128_awq.pt --outfile /TinyLlama-1.1B-Chat-v1.0/lol.gguf
Loading model file ../home/jovyan/llm-awq/quant_cache/TinyLlama-w4-g128_awq.pt
Traceback (most recent call last):
File "/llama.cpp/convert.py", line 1548, in
KeyError: ('torch', 'ShortStorage')`