/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

til.simonwillison.net
| | fnordig.de
7.2 parsecs away

Travel
| | Personal website of Jan-Erik Rediger
| | blog.chand1012.dev
7.7 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.
| | mherman.org
6.1 parsecs away

Travel
| | Step-by-step guide covering how to automatically deploy a Jekyll site to Netlify using Docker and GitLab CI.
| | www.blog.pythonlibrary.org
18.0 parsecs away

Travel
| When you are working on your personal or work projects in Python, you usually want to have a way to enforce code standards. You can use tools like Flake8,