What is logistics involved if models r just available on torrents, instead of central repo. Maybe validity of model is not possible?
- 0 Posts
- 4 Comments
Joined 6 years ago
Cake day: February 3rd, 2021
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
- rando@lemmy.mltoTechnology@lemmy.world•Nvidia has been in talks to acquire Hugging Face for more than $13 billionEnglish1·14 days ago
I’ve been testing coding capabilities a bit (mostly scripts - so that work done by ai is reproducible).
- Context size is very much a required thing along with model capabilities.
- Local model can generate good enough script in one shot - but reiterations r crazy
- Use git to keep files tracked (easy to revert) and make a modular script - main script calls function a, function b etc where functions are relatively self contained (no need to look at others) when u need new capability add function c
- If something need changing- try to do it urself (unless it’s whole architectural change, then just start new project)
As for image gen + chat . as long as chat model + context + image model fits, u should be fine.
Bought b70 with egpu enclosure and usb4 connection wasn’t really planning to actually run anything but now ended up with llama.cpp with openwebui - kids/parents want to/have to use chat, might as well provide local solution than them using industry options. Also started with ollama and Gemma 4 26b a4b - asked it to write script to setup llama.cpp in container.
So if models r released for free / open weights. This should be achievable, is that correct?
Is it simply: someone need to implement it?