Skip to content

Commit 738df6f

Browse files
author
DigiDecode@Youtube
committed
add instructions for python package and build
1 parent 14c2189 commit 738df6f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

continue.dev/readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
```
2+
pip install uvicorn fastapi pydantic-settings sse-starlette starlette-context PyYAML
3+
pip install scikit-build mistral-common
4+
5+
cd vendor/
6+
rm -rf llama.cpp/
7+
git clone https://github.com/ggerganov/llama.cpp.git
8+
9+
cd ..
10+
11+
export CMAKE_ARGS="-DLLAMA_CUBLAS=on -DCMAKE_BUILD_TYPE=Debug"
12+
pip install -e .
13+
14+
```

0 commit comments

Comments
 (0)