Skip to content

Instantly share code, notes, and snippets.

@extreme2k
extreme2k / MI50_32GB_VBIOS.md
Created September 7, 2025 00:53 — forked from evilJazz/MI50_32GB_VBIOS.md
MI50 32GB VBIOS
@extreme2k
extreme2k / compose.yaml
Created June 3, 2025 16:32 — forked from notthebee/compose.yaml
Ollama docker-compose
---
services:
webui:
image: ghcr.io/open-webui/open-webui:main
ports:
- 8080:8080/tcp
environment:
- OLLAMA_BASE_URL=http://ollama:11434
volumes:
- /var/opt/data/ollama/webui:/app/backend/data
@extreme2k
extreme2k / 0_reuse_code.js
Created October 4, 2013 01:28
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console