mirror of
https://github.com/samvallad33/vestige.git
synced 2026-07-02 22:01:01 +02:00
fix(deps): restore usearch fp16lib (Windows MSVC C1021)
This commit is contained in:
parent
41301b32d6
commit
459eb4b79f
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ candle-core = { version = "0.10.2", optional = true }
|
|||
# Disable default features so release binaries do not include SimSIMD's
|
||||
# Haswell+/AVX2/FMA dispatch targets. Those kernels can trigger illegal
|
||||
# instructions on older x86_64 CPUs that Vestige otherwise supports.
|
||||
usearch = { version = "=2.23.0", default-features = false, optional = true }
|
||||
usearch = { version = "=2.23.0", default-features = false, features = ["fp16lib"], optional = true }
|
||||
|
||||
# LRU cache for query embeddings
|
||||
lru = "0.16"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue