ppl.pmx icon indicating copy to clipboard operation
ppl.pmx copied to clipboard

Results 8 ppl.pmx issues
Sort by recently updated
recently updated
newest added

`\{softmax}` is not supported in KaTeX, a change to `softmax` can fix it. ![屏幕截图 2024-05-24 135408](https://github.com/openppl-public/ppl.pmx/assets/45957390/2608244f-02fb-497e-a438-7abc324c5f5e)

Hi guys, I see your project in OSPP. I'm wondering are there any good issues for kick start?

使用的model_zoo/qwen/huggingface/ConvertWeightToOpmx.py,py文件内param参数全都是对应qwen而非qwen1.5设置的。无法找到qwen1.5权重转换对应的脚本。

add llama pipeline parallel, do not need to do extra split model. It split tp and pp while loading model

Support int4 weight only quantization for Llama3 1. Define the weight only layer in ModelParallel.py 2. Define ConvertWeightToOpmx.py and add quant here 3. Update Dynamic Static modeling for quant model...