# llama-cpp-python-examples **Repository Path**: rapid-start/llama-cpp-python-examples ## Basic Information - **Project Name**: llama-cpp-python-examples - **Description**: 基于llama-cpp-python直接通过llama.cpp运行GGUF大模型 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-01 - **Last Updated**: 2026-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # llama-cpp-python-examples 基于llama-cpp-python直接通过llama.cpp运行GGUF大模型

GitHub repo stars forks issue Gitee repo stars forks

## 如何运行? ### Python3 > python3版本:3.14.5 首先,需要安装: ``` pip3 install -r requirements.txt ``` 然后直接运行即可: ``` python3 src/index.py ``` ## 版权 MIT License Copyright (c) [zxl20070701](https://zxl20070701.github.io/notebook/home.html) 走一步,再走一步