OpenEuroLLM / OpenEuroLLM/Taskboard
Make sure that our models are usefule for practical use (architecture decisions with inference in mind)
@zeppelinche-cmd is already working on this.
Since Jul 24, 2026.
- Dominant language
- No language data
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Goal
We want to have a model released that is practically usable.
This means that inference should be reasonably efficient.
Description
With all full attention, our models will be slow and memory heavy. Olmo 3 e.g. used sliding window attention at 3/4 of the layers. We should investigate if the optimal scaling law points show different behavior when switching to such a setting. If nothing changes, potentially, we can switch to such a hybrid for larger scale runs.
Deliverable scope
- run trainings on some scales (of our optimal scaling law points) with sliding window attention on
- test if sliding window attention can be "post-trained" into a existing model (probably not)
Dependencies
none
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.