From 4132e359a49e6e50263c5ed61b2ea696e62ec286 Mon Sep 17 00:00:00 2001 From: Amit Parekh <7276308+amitkparekh@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:58:43 +0100 Subject: [PATCH] docs: add the tests line to the thing --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b3c347..4afc128 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,19 @@ Amit Parekh, Nikolas Vitsakis, Alessandro Suglia, and Ioannis Konstas. pdm install ``` -3. Train a model +3. Make sure everything works and is installed correctly + + ```bash + pdm run pytest --deselect tests/test_online_evaluation.py + ``` + +4. Train a model ```bash pdm run python src/cogelot/entrypoints/train.py --experiment=01_their_vima ``` -4. Evaluate a model +5. Evaluate a model ```bash pdm run python src/cogelot/entrypoints/evaluate.py trainer.devices=1 model.model.wandb_run_id=8lkml12g