mirror of
https://github.com/wassname/lora-lite.git
synced 2026-06-27 22:07:35 +08:00
13 lines
226 B
Makefile
13 lines
226 B
Makefile
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
|