Views
No views yet
| Component | Detail |
|---|---|
| GPU | NVIDIA RTX 4060 Ti 16 GB (Ada Lovelace, compute 8.9) |
| CPU | Intel i5-12400 (6C/12T, 4.4 GHz) |
| RAM / Disk | 31 GB / ~185 GB free |
| OS | Ubuntu 24.04 · driver 595.84 |
$HOME).pyproject.toml + uv.lock (numpy, ruff, pyright, cmake, ninja).~/cuda (runfile --toolkitpath). Note: the nvcc binary is not on PyPI (the wheels only ship ptxas).~/llama.cpp (built from source; no CUDA binaries are published for Linux).models/ (not versioned; downloaded with curl -C -).1uv sync # create .venv with all dependencies
2source scripts/spec-env.sh # PATH + CUDA_HOME + env vars (idempotent)1uv run ruff check . # lint
2uv run ruff format --check . # formatting
3uv run pyright # typesscripts/bench_accept.py --resume
(incremental JSONL per prompt; server-based runner with α/τ), downloads with
scripts/dl.py, runs in tmux/nohup. Measurement campaigns are launched with
scripts/run_final_chain.sh, scripts/run_curves_chain.sh and
scripts/run_ksweep_chain.sh; final analysis with scripts/analyze_final.py.scripts/ environment, downloads, benchmark runner and analysis (bench_accept.py, analyze_final.py)
experiments/ runs/ (raw, not versioned) and prompts/ (JSONL subsamples)
models/ GGUFs (not versioned)AGENTS.md before working in this repo (conventions, git
rules, sessions and handoff).LICENSE.