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 47d1ba8

Browse filesBrowse files
committed
vulkan makefile
1 parent 230fc8b commit 47d1ba8
Copy full SHA for 47d1ba8

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎Makefile

Copy file name to clipboardExpand all lines: Makefile
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ build.blis:
2727
build.metal:
2828
CMAKE_ARGS="-DLLAMA_METAL=on" python3 -m pip install -e .
2929

30+
build.vulkan:
31+
CMAKE_ARGS="-DLLAMA_VULKAN=on" python3 -m pip install -e .
32+
3033
build.sdist:
3134
python3 -m build --sdist
3235

@@ -67,4 +70,4 @@ clean:
6770
deploy.pypi \
6871
deploy.gh-docs \
6972
docker \
70-
clean
73+
clean

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.