Convert Microsoft phi 1.5 #3286
Answered
by
ianscrivener
loretoparisi
asked this question in
Q&A
-
I'm trying to convert to GGUF the new phi-1_5 python3 convert.py /Downloads/phi-1_5
Loading model file /Downloads/phi-1_5/pytorch_model.bin
Traceback (most recent call last):
File "/llama.cpp/convert.py", line 1196, in <module>
main()
File "/llama.cpp/convert.py", line 1145, in main
params = Params.load(model_plus)
^^^^^^^^^^^^^^^^^^^^^^^
File "/llama.cpp/convert.py", line 299, in load
params = Params.loadHFTransformerJson(model_plus.model, hf_config_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/llama.cpp/convert.py", line 209, in loadHFTransformerJson
n_embd = config["hidden_size"]
~~~~~~^^^^^^^^^^^^^^^
KeyError: 'hidden_size' Model Card is
|
Beta Was this translation helpful? Give feedback.
Answered by
ianscrivener
Sep 20, 2023
Replies: 1 comment
-
Phi 1.5 is not (yet) a supported model README.md. There is already an request in to add Phi 1.5 support [3139]. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
loretoparisi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Phi 1.5 is not (yet) a supported model README.md.
There is already an request in to add Phi 1.5 support [3139].