update justfile

This commit is contained in:
wassname
2026-02-22 09:35:47 +08:00
parent 3747447fee
commit 0202660e94
-7
View File
@@ -4,13 +4,6 @@ default:
#!/bin/bash
set -x
uv run python nbs/train.py gemma1b-24gb
uv run python nbs/train.py gemma1b-24gb --no_rot_v
uv run python nbs/train.py gemma1b-24gb --lr=1e-5
cd ../AntiPaSTO2-asym-coh
just
uv run pytest tests/test_train.py::test_train_rnd -v
uv run pytest tests/test_train.py::test_train_tiny -v