├── .gitmodules ├── README.md └── notes ├── figture ├── ggml-structure.drawio ├── ggml-structure.jpg └── ggml-structure.png ├── ggml学习笔记(一)项目编译.md ├── ggml学习笔记(三)gguf文件格式.md └── ggml学习笔记(二)ggml.h源码解读.md /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lovemefan/ggml-learning-notes/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lovemefan/ggml-learning-notes/HEAD/README.md -------------------------------------------------------------------------------- /notes/figture/ggml-structure.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lovemefan/ggml-learning-notes/HEAD/notes/figture/ggml-structure.drawio -------------------------------------------------------------------------------- /notes/figture/ggml-structure.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lovemefan/ggml-learning-notes/HEAD/notes/figture/ggml-structure.jpg -------------------------------------------------------------------------------- /notes/figture/ggml-structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lovemefan/ggml-learning-notes/HEAD/notes/figture/ggml-structure.png -------------------------------------------------------------------------------- /notes/ggml学习笔记(一)项目编译.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lovemefan/ggml-learning-notes/HEAD/notes/ggml学习笔记(一)项目编译.md -------------------------------------------------------------------------------- /notes/ggml学习笔记(三)gguf文件格式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lovemefan/ggml-learning-notes/HEAD/notes/ggml学习笔记(三)gguf文件格式.md -------------------------------------------------------------------------------- /notes/ggml学习笔记(二)ggml.h源码解读.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lovemefan/ggml-learning-notes/HEAD/notes/ggml学习笔记(二)ggml.h源码解读.md --------------------------------------------------------------------------------