chatllm.cpp icon indicating copy to clipboard operation
chatllm.cpp copied to clipboard

phi 3.5 moe usage

Open GlasslessPizza opened this issue 1 year ago • 5 comments
trafficstars

The model_downloader.py script doesn't list the recently supported phi 3.5 moe. I'd like to also know if it's ok to use the v0.3 release from Jul 6 as-is to run it. Thanks!

GlasslessPizza avatar Aug 28 '24 16:08 GlasslessPizza

microsoft/Phi-3.5-MoE-instruct/??????????????????????????

ayttop avatar Aug 28 '24 19:08 ayttop

how to convert microsoft/Phi-3.5-MoE-instruct to gguf?

ayttop avatar Aug 28 '24 21:08 ayttop

@GlasslessPizza You can try the latest v0.4 or build it yourself.

You can use -m :phi3.5:moe in Python binding.

foldl avatar Aug 28 '24 23:08 foldl

@ayttop Sorry, GGUF is not supported. This project uses something like the old GGML file format.

foldl avatar Aug 28 '24 23:08 foldl

Can the form be converted to ggml and any body convert it to gguf>?

ayttop avatar Sep 01 '24 20:09 ayttop

No.

foldl avatar Nov 18 '24 10:11 foldl