初始化项目,由ModelHub XC社区提供模型

Model: Brunobkr/OFFELLIA_Quantis
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-11 10:11:17 +08:00
commit 86836ec189
71 changed files with 29901 additions and 0 deletions

20
CLONE.txt Normal file
View File

@@ -0,0 +1,20 @@
CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python
Clonar git
Para ter o controle total que você busca (dominar a operação):
O ideal é clonar o repositório oficial: git clone https://github.com/ggerganov/llama.cpp.
Substituir/Modificar os arquivos .cpp e .h com a sua lógica da OFFELLIA.
Compilar manualmente usando make ou cmake.
cd llama.cpp
cmake
cmake --build . --config Release -j$(nproc)