Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 304 Bytes

File metadata and controls

14 lines (10 loc) · 304 Bytes
pip install uvicorn fastapi pydantic-settings sse-starlette starlette-context PyYAML
pip install scikit-build mistral-common

cd vendor/
rm -rf llama.cpp/
git clone https://github.com/ggerganov/llama.cpp.git

cd ..

export CMAKE_ARGS="-DLLAMA_CUBLAS=on -DCMAKE_BUILD_TYPE=Debug"
pip install -e .