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 GitHub
parent 8687735bea
commit 8364d589ab
5 changed files with 35 additions and 8 deletions

View File

@@ -31,3 +31,6 @@ pyo3-build-config = { version = "0.20.3", features = [
"extension-module",
"abi3-py38",
] }
[features]
fp16kernels = ["lancedb/fp16kernels"]