├── LICENSE ├── README.md ├── base.md ├── git-pull-push.sh ├── llm-app.md ├── llm-arch.md ├── llm-compression.md ├── llm-inference.md ├── llm-train.md ├── llmops.md ├── xxx.md ├── 优质开源学习项目.md ├── 博客.md └── 综述.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liguodongiot/llm-resource/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liguodongiot/llm-resource/HEAD/README.md -------------------------------------------------------------------------------- /base.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liguodongiot/llm-resource/HEAD/base.md -------------------------------------------------------------------------------- /git-pull-push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liguodongiot/llm-resource/HEAD/git-pull-push.sh -------------------------------------------------------------------------------- /llm-app.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ## knowledge-graph 6 | 7 | - [一文带你入门知识图谱多跳问答](https://blog.csdn.net/qq_27590277/article/details/115804930) 8 | 9 | 10 | -------------------------------------------------------------------------------- /llm-arch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liguodongiot/llm-resource/HEAD/llm-arch.md -------------------------------------------------------------------------------- /llm-compression.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liguodongiot/llm-resource/HEAD/llm-compression.md -------------------------------------------------------------------------------- /llm-inference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liguodongiot/llm-resource/HEAD/llm-inference.md -------------------------------------------------------------------------------- /llm-train.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liguodongiot/llm-resource/HEAD/llm-train.md -------------------------------------------------------------------------------- /llmops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liguodongiot/llm-resource/HEAD/llmops.md -------------------------------------------------------------------------------- /xxx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liguodongiot/llm-resource/HEAD/xxx.md -------------------------------------------------------------------------------- /优质开源学习项目.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liguodongiot/llm-resource/HEAD/优质开源学习项目.md -------------------------------------------------------------------------------- /博客.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liguodongiot/llm-resource/HEAD/博客.md -------------------------------------------------------------------------------- /综述.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liguodongiot/llm-resource/HEAD/综述.md --------------------------------------------------------------------------------