You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, not sure what I'm doing but I think this project is really cool, I decided to try myself, not sure if I missed some steps but following the quick start I was receiving this error:
Running target/release/larql run gemma-3-4b-it-vindex 'The capital of France is'
Error: parse error: attn_weights_q4k.bin not found
I found if you download directly from hugging face using their cli:
hf download chrishayuk/gemma-3-4b-it-vindex
It worked:
cargo run --release --bin larql run gemma-3-4b-it-vindex "The capital of France is"
Paris.
Paris is a global center for art, fashion, gastronomy, and culture. It is known for its iconic landmarks such as the Eiffel Tower, the Louvre Museum, and the Arc de Triomphe.
Here are some of the most popular attractions in Paris:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, not sure what I'm doing but I think this project is really cool, I decided to try myself, not sure if I missed some steps but following the quick start I was receiving this error:
Running
target/release/larql run gemma-3-4b-it-vindex 'The capital of France is'Error: parse error: attn_weights_q4k.bin not found
I found if you download directly from hugging face using their cli:
hf download chrishayuk/gemma-3-4b-it-vindex
It worked:
cargo run --release --bin larql run gemma-3-4b-it-vindex "The capital of France is"
Paris.
Paris is a global center for art, fashion, gastronomy, and culture. It is known for its iconic landmarks such as the Eiffel Tower, the Louvre Museum, and the Arc de Triomphe.
Here are some of the most popular attractions in Paris:
Hope this help to others,
Beta Was this translation helpful? Give feedback.
All reactions