We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c2189 commit 738df6fCopy full SHA for 738df6f
continue.dev/readme.md
@@ -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