feat: ship fp16kernels in Python wheels (#1148)

Same deal as https://github.com/lancedb/lance/pull/2098
This commit is contained in:
Will Jones
2024-04-04 09:33:34 -07:00
committed by Weston Pace
parent e6ff3d848b
commit 47cff963c5
5 changed files with 35 additions and 8 deletions

View File

@@ -31,6 +31,10 @@ jobs:
run:
shell: bash
working-directory: rust
env:
# Need up-to-date compilers for kernels
CC: gcc-12
CXX: g++-12
steps:
- uses: actions/checkout@v4
with:
@@ -54,6 +58,10 @@ jobs:
run:
shell: bash
working-directory: rust
env:
# Need up-to-date compilers for kernels
CC: gcc-12
CXX: g++-12
steps:
- uses: actions/checkout@v4
with: