test: prove adapter training paths

This commit is contained in:
wassname
2026-04-26 17:00:39 +08:00
parent 4db5cee5a9
commit 69bf5f4e44
10 changed files with 1969 additions and 26 deletions
+13
View File
@@ -0,0 +1,13 @@
set shell := ["bash", "-cu"]
default:
@just --list
test:
uv run --extra test pytest -q
smoke:
uv run --extra test python tests/smoke.py
qwen-probe:
uv run --extra test --extra hf-test python scripts/qwen_train_probe.py