We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1eaef3 commit 6e302c6Copy full SHA for 6e302c6
.gitignore
@@ -14,7 +14,9 @@ __pycache__/
14
# C extensions
15
*.so
16
*.dylib
17
+*.metal
18
*.dll
19
+*.lib
20
21
# Distribution / packaging
22
.Python
Makefile
@@ -39,7 +39,9 @@ clean:
39
- rm -rf _skbuild
40
- rm llama_cpp/*.so
41
- rm llama_cpp/*.dylib
42
+ - rm llama_cpp/*.metal
43
- rm llama_cpp/*.dll
44
+ - rm llama_cpp/*.lib
45
46
.PHONY: \
47
update \
0 commit comments