zynq-zc702+fmcomms2+Linux环境搭建和编译
环境准备需要先拉取meta-adi、AD的Linux分支(2022_R2)、使用的系统是Ubuntu 22.04。analogdevicesinc/linux: Linux kernel variant from Analog Devices; see README.md for detailsanalogdevicesinc/meta-adi at 2019_R2可以参考教程:meta-adi/
环境准备需要先拉取meta-adi、AD的Linux分支(2022_R2)、使用的系统是Ubuntu 22.04。analogdevicesinc/linux: Linux kernel variant from Analog Devices; see README.md for detailsanalogdevicesinc/meta-adi at 2019_R2可以参考教程:meta-adi/
llama.cpp提供了各种LLM的处理工具,其中convert_hf_to_gguf.py,就可以帮助我们将safetensors模型转换为gguf格式,其中,模型的大小不会改变,只是格式被修改了:具体可以看官方项目:ggml-org/llama.cpp: LLM inference in C/C++1.克隆官方项目git clone https://github.com/ggerganov/l