Linux Format

Chatty AI man

At the time of writing, the official way to get access to the model data involves visiting A https://bit.ly/lxf304form and filling out the form. Sadly, practical experience teaches that non-edu email addresses usually don’t get a positive result. There’s an unofficial research route for noncommercial use at https://github.com/Elyah2035/ llama-dl/blob/main/llama.sh which contains a convenient shell script for procuring the model data. Copy it (though it could cease being available) to your local environment and deploy it as per following: (aitranslator) ~/aitranslatespace$ cd models/ (aitranslator) ~/aitranslatespace/models$ gedit llamadl.sh (aitranslator) ~/aitranslatespace/models$ chmod +x llamadl.sh (aitranslator) ~/aitranslatespace/models$ ./llamadl.sh

The actual download process takes about two hours (actual size is ~250GB) on a gigabit connection, so be prepared to wait for a while. Furthermore, the script deploys all

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format2 min read
Back Issues Missed One?
ISSUE 313 April 2024 Product code: LXFDB0313 In the magazine Discover how to use the ultimate hacker’s toolkit, staying out of trouble while doing so. And join us as we take the Puppy Linux developer’s new distro for a run and explore its container
Linux Format2 min read
Distro Watch
Ubuntu 24.04 LTS Noble Numbat is currently scheduled for release on 25th April. At the time of writing, we’re working with a daily build and expect a full review next issue. Nevertheless, we discovered that Canonical has announced this LTS release wi
Linux Format5 min read
Tips For Managing Docker Containers
Everyone knows how containers revolutionised application building and deployment. Using a E disposable stack of containers that make up an app that aren’t using the docker-compose command to manage the stack are missing a trick. It allows the shippin

Related