Skip to content

embed_anything not compatible with candle-core 0.9.2 #200

@simon-20

Description

@simon-20

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions