Explore >> Select a destination


You are here

www.webupd8.org
| | blog.nillsf.com
12.9 parsecs away

Travel
| |
| | blog.michielborkent.nl
10.8 parsecs away

Travel
| |
| | ariya.io
8.4 parsecs away

Travel
| | Even though Ubuntu/Debian is equipped with its legendary powerful package manager, dpkg, in some cases, it is still beneficial to take advantage of Nix, a purely functional package manager. The complete manual of Nix does a fantastic job on explaining how to install and use it. But for the impatients among you, here is a quick overview. Note that this also works well when using Ubuntu/Debian under WSL (Windows Subsystem for Linux, both the original and the newest WSL 2. First, create the /nix directory o...
| | blog.chand1012.dev
55.1 parsecs away

Travel
| Its no secret that I think Llama 2 and its derivatives are the future of AI and ML. Rather than getting bigger and smarter, I think GPT-4 is enough for 99.5% of applications, AI should instead strive to get smaller, cheaper, and faster. If you want to run Llama 2 via llama.cpp, you can check out my guide on how to do that. However, the problem with llama.cpp is that to get it working you have to have all the dependencies, either download a binary or clone and build the repo, make sure your drivers are working, and then you can finally run it.