meilisearch / documentation

Meilisearch documentation

Home Page:https://docs.meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hugging Face overview page

gbutterfield opened this issue · comments

https://www.meilisearch.com/docs/learn/cookbooks/computing_hugging_face_embeddings_gpu

This command:
cargo build --release --features cuda

fails because a repo package cant be found.
error: failed to download candle-kernels v0.3.1 (https://github.com/huggingface/candle.git#f4fcf609)

Thanks for reporting this, @gbutterfield. Enabling CUDA is still not as hassle-free as we expected, but input from users is very helpful in giving us an idea of the most common flaws and hurdles in the process.

@dureuill, do you have any idea what might be going on here? Do we need to explicitly install candle?

Hu, that's unexpected, it seems the commit does exist upstream

Unfortunately I cannot try right now as I don't have immediate access to a CUDA enabled machine

The 1.8 update has resolved this issue and the cargo build step works.

Thanks for updating the issue, @gbutterfield!

Pinging @dureuill, only FYI, no action needed.