llama.cpp icon indicating copy to clipboard operation
llama.cpp copied to clipboard

Add UC Berkleys Large World Models

Open Venkman42 opened this issue 1 year ago • 1 comments

Can someone add support for the Large World Models(Text and Multimodal) from UC Berkley? https://largeworldmodel.github.io/

Venkman42 avatar Feb 22 '24 08:02 Venkman42

The text models seem to just be llama so you can use convert.py for those

Engininja2 avatar Feb 22 '24 18:02 Engininja2

The interesting part is probably the implementation of ring attention

dtiarks avatar Feb 26 '24 11:02 dtiarks

The interesting part is probably the implementation of ring attention

I haven't totally understood it, but would it help with memory consumption on large contexts?

Venkman42 avatar Feb 26 '24 11:02 Venkman42

As far as I understood it ring attention is an efficient way to compute attention in many GPUs

dtiarks avatar Feb 26 '24 11:02 dtiarks

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Apr 12 '24 01:04 github-actions[bot]