Skip to content

Commit

Permalink
get rid of task
Browse files Browse the repository at this point in the history
  • Loading branch information
horheynm committed Apr 16, 2024
1 parent d347019 commit 2fb5693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sparseml/transformers/test_clear_ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_oneshot_and_finetune(tmp_path: Path):

# clearML will automatically log default capturing entries without
# explicitly calling logger. Logs accessible in https://app.clear.ml/
Task.init(project_name="test", task_name="test_oneshot_and_finetune")
# Task.init(project_name="test", task_name="test_oneshot_and_finetune")

apply(
model=model,
Expand Down

0 comments on commit 2fb5693

Please sign in to comment.