Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/run_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
8 changes: 4 additions & 4 deletions ci_artifacts/final_metrics.json
Original file line number Diff line number Diff line change
@@ -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
}
Binary file modified ci_artifacts/model.pt
Binary file not shown.
Loading