We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0c907 commit 1c65956Copy full SHA for 1c65956
tests/integration/cli/test_cli.py
@@ -256,7 +256,7 @@ def test_export_acq_compression_type(
256
],
257
)
258
torch.cuda.empty_cache()
259
-
+
260
def test_export_acq_compression_type_auto_metric_fields(
261
self,
262
dataset_path: Path,
@@ -312,7 +312,7 @@ def test_export_acq_compression_type_manual_metric_fields(
312
313
314
315
316
@staticmethod
317
def _get_common_cli_args(dataset_path: Path | None, project_path: Path) -> list[str]:
318
"""Return common CLI args for all models.
0 commit comments