Can I use non BERT models

Is there a way to use non BERT models, for example:

Qwen3-Embedding-0.6B

It is available via SentenceTransformer.

@cappadaan is it supported by GitHub - huggingface/candle: Minimalist ML framework for Rust which Manticore uses internally?

@Sergey The github says that candle supports Qwen3.
But If I try to use it in Manticore I always get “prealloc: Failed to parse model configuration”.

This error message is not telling me much.

Done in the latest release.