Skip to content

Instantly share code, notes, and snippets.

@bouroo
bouroo / compose.yaml
Last active July 12, 2026 05:59
vllm locally on 5060Ti 16GB x 2
services:
vllm-server:
image: vllm/vllm-openai:latest
container_name: vllm-server
restart: unless-stopped
ports:
- "${VLLM_PORT}:8000"
environment:
- VLLM_FP4_GEMM_BACKEND=cutlass
- NVIDIA_VISIBLE_DEVICES=all
@ammarhaiderak
ammarhaiderak / gist:c007926a8e10925efec6d1232fe3ab01
Last active January 28, 2025 23:15
Deploying Self-Hosted Gnosis Safe Wallet for Custom Blockchain

Gnosis Safe Clone (custom blockchain)

Transaction Service

  • create env file from .env.l2.sample

    cp .env.l2.sample .env