xtuner icon indicating copy to clipboard operation
xtuner copied to clipboard

llava-surgery.py for phi3_mini to get gguf

Open rezacopol opened this issue 9 months ago • 1 comments

I followed the instruction and got to ./iter_39620_hf and ./iter_39620_llava. I tried to convert them to gguf using the instrution here but got into issues that I've seen here

as I see the gguf files are released on HF, is there a plan to put the script you used on github?

Thanks.

rezacopol avatar May 07 '24 18:05 rezacopol

Converting phi3 to gguf can be tricky. It requires firstly transforming the llm part into llama format. The gguf on the HF hub is our temporary hard code. We are currently organizing this section of the code, aiming to simplify the process of converting phi3 to gguf.

pppppM avatar May 08 '24 04:05 pppppM