this post was submitted on 19 Apr 2025
6 points (87.5% liked)
Large Language Models
198 readers
1 users here now
A place to discuss large language models.
Rules
- Please tag [not libre software] and [never on-device] services as such (those not green in the License column here).
- Be useful to others
Resources
github.com/ollama/ollama
github.com/open-webui/open-webui
github.com/Aider-AI/aider
wikipedia.org/wiki/List_of_large_language_models
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Very nice rough answer i'll check it out. . Thank you!
Of my many projects, currently for vs code (to actively exclude microsoft in my infrastructure), I'm using containerized code-server with the vscode-llama extension and a docker client. on my win 10 laptop (sorry, moving off windows at end of win10 support) i mapped the extension's FIM "on" toggle by nesting a wsl call which nests a docker run --rm command which nests an ephemeral llama-cpp container for the AI calls. Docker engine running in wsl with ports forwarded from host/wsl vm.
Why? Portable, cross-platform and partially ephemeral dev environment with minimal dependencies.
I might even get a terraform tofu module for this eventually.
I have a small attention span ๐.