David Qian

Results 13 comments of David Qian

If you could send me a sample code too? Thank you so much @guinmoon If all multimodal models that can be run with `llama.cpp` can be run with `llmfarm_core`?

@chraac If it is possible to build llama.cpp QNN backend for laptop? I have Snapdragon X Elite laptop chip which has NPU. Now I check the CMakeLists.txt in ggml-qnn folder...

> > [@chraac](https://github.com/chraac) If it is possible to build llama.cpp QNN backend for laptop? I have Snapdragon X Elite laptop chip which has NPU. Now I check the CMakeLists.txt in...

同问,想问一下如何修改可以支持日语zipformer模型的转换

Thanks for your suggestion, T2I and TTS support are both on the way, stay tuned!

Hello, I have the same issue as you, have you solved the issue?

@jgmelber Thanks for your reply, I have switched to Ubuntu 24.04 os. When I try to compile and run [resnet example](https://github.com/Xilinx/mlir-aie/tree/main/programming_examples/ml/resnet/layers_conv2_x,) I faced the following error: ``` python3 /home/dev/Desktop/code/mlir-aie/programming_examples/ml/resnet/layers_conv2_x/test.py -x...

I'm using Strix ``` System Configuration OS Name : Linux Release : 6.11.0-21-generic Machine : x86_64 CPU Cores : 24 Memory : 31394 MB Distribution : Ubuntu 24.04.2 LTS GLIBC...

@jgmelber I'm running [My First Program](https://github.com/Xilinx/mlir-aie/tree/main/programming_guide/section-3) and face the error: ``` python3 /home/dev/Desktop/code/mlir-aie/programming_guide/section-3/test.py -x build/final.xclbin -i build/insts.bin -k MLIR_AIE [0 0 0 ... 0 0 0] (4096,) Error count: 4096...

@jgmelber We don't need to modify the device in the specific example code? https://github.com/Xilinx/mlir-aie/blob/main/programming_guide/section-3/aie2.py#L16 btw, I have rerun [My First Program](https://github.com/Xilinx/mlir-aie/tree/main/programming_guide/section-3) and faced a new error which seems that a...