Describe the issue
candle-core version 0.9.2 has introduced some new CpuStorage variants which means that the code in src/models/idefics3/model.rs now fails to compile due to not covering the new variants.
The candle-core commit which introduces the new variants: huggingface/candle@01bea21
The embed_anything code affected:
|
let result = match storage { |
To Reproduce
In a new directory:
cargo init
cargo add embed_anything
cargo run
Desktop (please complete the following information):
- OS: Linux, Ubuntu 22
- Browser: Chrome
Describe the issue
candle-coreversion0.9.2has introduced some newCpuStoragevariants which means that the code insrc/models/idefics3/model.rsnow fails to compile due to not covering the new variants.The candle-core commit which introduces the new variants: huggingface/candle@01bea21
The
embed_anythingcode affected:EmbedAnything/rust/src/models/idefics3/model.rs
Line 50 in e84e436
To Reproduce
In a new directory:
Desktop (please complete the following information):