diff --git a/ci/run_pipeline.py b/ci/run_pipeline.py index 643f3c1..d366721 100644 --- a/ci/run_pipeline.py +++ b/ci/run_pipeline.py @@ -9,7 +9,7 @@ def run_pytest(): # We run pytest but redirect its output so we can check it and emit our own # expected statements for the log result = subprocess.run( - ["pytest", "-q", "tests/test_vla_ci.py"], + [sys.executable, "-m", "pytest", "-q", "tests/test_vla_ci.py"], capture_output=True, text=True ) diff --git a/ci_artifacts/final_metrics.json b/ci_artifacts/final_metrics.json index 3ffa386..06aaf37 100644 --- a/ci_artifacts/final_metrics.json +++ b/ci_artifacts/final_metrics.json @@ -1,6 +1,6 @@ { - "final_loss": 0.9485476016998291, - "norm_A_t": 5.581190586090088, - "norm_S_t": 1.7614206075668335, - "grad_norm": 0.12902027888321613 + "final_loss": 0.9540719389915466, + "norm_A_t": 5.648736476898193, + "norm_S_t": 0.9176532626152039, + "grad_norm": 0.11061581882417802 } \ No newline at end of file diff --git a/ci_artifacts/model.pt b/ci_artifacts/model.pt index ff04711..7a1d429 100644 Binary files a/ci_artifacts/model.pt and b/ci_artifacts/model.pt differ