Skip to content

Commit

Permalink
removed a leftover environment variable call, it should only be set i…
Browse files Browse the repository at this point in the history
…n the job command
  • Loading branch information
kta-intel committed Jul 7, 2023
1 parent 8414a6c commit a52f392
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
JOB_SOURCE_CODE = "../../acpt-tests/src"
TIMEOUT_MINUTES = os.environ.get("timeout_minutes", 60)
STD_LOG = Path("artifacts/user_logs/std_log.txt")
os.environ['DS_ACCELERATOR'] = 'cuda'


def test_pytorch_2_0():
Expand Down

0 comments on commit a52f392

Please sign in to comment.