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 6e302c6

Browse filesBrowse files
committed
Update makefile and gitignore
1 parent c1eaef3 commit 6e302c6
Copy full SHA for 6e302c6

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+4
-0
lines changed

‎.gitignore

Copy file name to clipboardExpand all lines: .gitignore
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ __pycache__/
1414
# C extensions
1515
*.so
1616
*.dylib
17+
*.metal
1718
*.dll
19+
*.lib
1820

1921
# Distribution / packaging
2022
.Python

‎Makefile

Copy file name to clipboardExpand all lines: Makefile
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ clean:
3939
- rm -rf _skbuild
4040
- rm llama_cpp/*.so
4141
- rm llama_cpp/*.dylib
42+
- rm llama_cpp/*.metal
4243
- rm llama_cpp/*.dll
44+
- rm llama_cpp/*.lib
4345

4446
.PHONY: \
4547
update \

0 commit comments

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