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 9cad571

Browse filesBrowse files
committed
fix: Include all llama.cpp source files and subdirectories
1 parent a07b337 commit 9cad571
Copy full SHA for 9cad571

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ wheel.packages = ["llama_cpp"]
6060
cmake.verbose = true
6161
cmake.minimum-version = "3.21"
6262
minimum-version = "0.5.1"
63-
sdist.include = [".git", "vendor/llama.cpp/.git"]
63+
sdist.include = [".git", "vendor/llama.cpp/*"]
6464

6565
[tool.scikit-build.metadata.version]
6666
provider = "scikit_build_core.metadata.regex"

0 commit comments

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