this post was submitted on 30 Oct 2023
1 points (100.0% liked)

LocalLLaMA

1 readers
1 users here now

Community to discuss about Llama, the family of large language models created by Meta AI.

founded 10 months ago
MODERATORS
top 13 comments
sorted by: hot top controversial new old
[–] lakolda@alien.top 1 points 10 months ago (1 children)

LLMZip achieves SOTA compression by a large margin.

[–] ashutrv@alien.top 1 points 10 months ago (1 children)

Very interesting πŸ€” On what kind of data the compression is performing? Any progress in informational videos? I am working on building a smart media format too

[–] lakolda@alien.top 1 points 10 months ago

The original LLMZip paper mainly focused on text compression. A later work (I forget the name) used an LLM trained on byte tokens. This allowed it to compress not just text, but any file format. I think it may have been Google who published that particular paper… Very impressive though.

[–] 4onen@alien.top 1 points 10 months ago

I'm unclear on your definition of "top" but

[–] DecipheringAI@alien.top 1 points 10 months ago (1 children)

There's also AutoGen, it's quite popular on GitHub with almost 15k stars: https://github.com/microsoft/autogen

It's kinda similar to AutoGPT and it can also be used to generate code, like MetaGPT. I haven't really tried it so I can't say how good it is.

[–] Feisty_Resolution157@alien.top 1 points 10 months ago

The code generation is kind of a toy. It requires fairly specific outputs without even really doing that much to try and guide the outputs well. Cool, but very prototypy at best.

[–] AsliReddington@alien.top 1 points 10 months ago (1 children)

vLLM, TGI, Tensort-LLM

Fuyu-8b

[–] saintshing@alien.top 1 points 10 months ago

mlc llm(deploying llms on mobiles and in browsers)

[–] ksdio@alien.top 1 points 10 months ago

https://github.com/bionic-gpt/bionic-gpt

​

allows you to run a full LLM stack with RAG on your PC and also deploy to the cloud as the whole thing is dockerised

A no code, Gen AI solution with RAG

[–] ambient_temp_xeno@alien.top 1 points 10 months ago

I'm in spaaaaace!

[–] 1ma_jones@alien.top 1 points 10 months ago

You might want to check out the guidance DSL. It is conceptually similar to lmql but works on a lower level than lmql.

https://github.com/guidance-ai/guidance/

The library used to be developed by Microsoft. It seems like they spun it of as a independent company or nonprofit a few months ago.

[–] Hey_You_Asked@alien.top 1 points 10 months ago

RemindMe! 2 weeks

[–] ErikBjare@alien.top 1 points 10 months ago

I keep an up-to-date list of code generation and Copilot-like tools here: https://github.com/ErikBjare/are-copilots-local-yet