Missing Folder or Package

#1
by Akicou - opened
This comment has been hidden (marked as Resolved)
Akicou changed discussion status to closed
Akicou changed discussion status to open

Hi, I’m working on llama.cpp (my fork specifically) support for Quasar-Preview.

The model config enables hybrid layers with Quasar/Raven/GLA branches, and modeling_quasar_long.py imports:

   from raven.layers.raven import RavenAttention

However, the HF repo does not seem to include a raven/ folder or raven.layers.raven implementation. The
code also checks for a local raven/ directory and raises if missing.

Could you please clarify where the RavenAttention source is available? Is it supposed to be bundled in this
repo, installed from another package, or disabled for inference?

Without the Raven implementation, exact faithful inference/llama.cpp support is blocked. Thanks!

Also why add the raven folder then delete it? could we please get an explanation. we just want to understand

Hi, Raven attention is already supported in a public repo. You can check it here:

https://github.com/goombalab/raven

We were uploading Raven to Hugging Face, but that created some import issues

We are creating a specific repo for evaluation, but the link above is the main Raven repo from the original authors.

Hi, Raven attention is already supported in a public repo. You can check it here:

https://github.com/goombalab/raven

We were uploading Raven to Hugging Face, but that created some import issues

We are creating a specific repo for evaluation, but the link above is the main Raven repo from the original authors.

Thank you for clarifying and for sharing the Raven repository. We had seen the upstream repo, but were unsure whether there were any Quasar Preview specific changes, so we wanted to be cautious before relying on it.

That makes sense now. Thanks again for the quick response.

Akicou changed discussion status to closed

Sign up or log in to comment