You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to convert your model to ggml and got this error:
C:\kcp>python convert.py ga7/
Loading model file ga7\pytorch_model.bin
Traceback (most recent call last):
File "C:\kcp\convert.py", line 1325, in
main()
File "C:\kcp\convert.py", line 1305, in main
model_plus = load_some_model(args.model)
File "C:\kcp\convert.py", line 1220, in load_some_model
models_plus.append(lazy_load_file(path))
File "C:\kcp\convert.py", line 1011, in lazy_load_file
return lazy_load_torch_file(fp, path)
File "C:\kcp\convert.py", line 882, in lazy_load_torch_file
model = unpickler.load()
File "C:\kcp\convert.py", line 871, in find_class
return self.CLASSES[(module, name)]
KeyError: ('torch', 'ByteStorage')
The text was updated successfully, but these errors were encountered:
JohnClaw
changed the title
Please, add support for converting your model to ggml.
Please, add possibility to convert your model to ggml.
Aug 13, 2023
I tried to convert your model to ggml and got this error:
C:\kcp>python convert.py ga7/
Loading model file ga7\pytorch_model.bin
Traceback (most recent call last):
File "C:\kcp\convert.py", line 1325, in
main()
File "C:\kcp\convert.py", line 1305, in main
model_plus = load_some_model(args.model)
File "C:\kcp\convert.py", line 1220, in load_some_model
models_plus.append(lazy_load_file(path))
File "C:\kcp\convert.py", line 1011, in lazy_load_file
return lazy_load_torch_file(fp, path)
File "C:\kcp\convert.py", line 882, in lazy_load_torch_file
model = unpickler.load()
File "C:\kcp\convert.py", line 871, in find_class
return self.CLASSES[(module, name)]
KeyError: ('torch', 'ByteStorage')
The text was updated successfully, but these errors were encountered: