Monthly Archives: August 2026

Upgrade vLLM (don’t!)

The best way to upgrade vLLM is actually NOT to upgrade it, but to wipe it’s venv and install from scratch, in my opinion and based on my experimentation, just run: deactivate rm -rf .venv uv venv –python 3.12 –seed … Continue reading

Posted in Linux | Tagged , , , , | Leave a comment

A simple command to show Docker volume/bind mounts

A quick command to show you mounts and volume mappings in your docker container: Sample response: That’s it, Enjoy!

Posted in docker | Tagged | Leave a comment