Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 738df6f

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

File tree

Expand file treeCollapse file tree

1 file changed

+14
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+14
-0
lines changed

‎continue.dev/readme.md

Copy file name to clipboard
+14Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.