From 0202660e94b2116fed258bdf8d29a65124ad665c Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Sun, 22 Feb 2026 09:35:47 +0800 Subject: [PATCH] update justfile --- justfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/justfile b/justfile index 85825c8..85c5699 100644 --- a/justfile +++ b/justfile @@ -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