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 13372ab

Browse filesBrowse files
Add files via upload
1 parent 8a7bf61 commit 13372ab
Copy full SHA for 13372ab

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎.github/workflows/build-and-release_v2.yaml

Copy file name to clipboardExpand all lines: .github/workflows/build-and-release_v2.yaml
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ jobs:
4040
uses: pypa/cibuildwheel@v2.16.5
4141
env:
4242
# disable repair
43-
CIBW_BUILD: "cp39-manylinux_* cp310-manylinux_*"
4443
CIBW_REPAIR_WHEEL_COMMAND: ""
45-
CIBW_ARCHS: ${{ matrix.cibw_archs }}
44+
CIBW_BUILD: "cp39-manylinux_* cp310-manylinux_*"
45+
CIBW_ARCHS: ${{ matrix.cibw_archs }}
46+
CMAKE_ARGS: "-DLLAMA_NATIVE=OFF -DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS"
4647
with:
4748
package-dir: .
4849
output-dir: wheelhouse

0 commit comments

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