Skip to content

Commit

Permalink
Add disable model save
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Mar 12, 2024
1 parent add12fe commit ef1c2f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/gpu_tests/prepare_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def run_analysis() -> None:
analysis_name="gpu_test",
model=model,
task=task,
disable_model_save=True,
)

factor_args = FactorArguments(
Expand Down

0 comments on commit ef1c2f7

Please sign in to comment.