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 ac735db commit 73bda54Copy full SHA for 73bda54
.azure-pipelines/ipu-tests.yml
@@ -13,7 +13,7 @@ pr:
13
14
variables:
15
- name: poplar_sdk
16
- value: "poplar_sdk-ubuntu_20_04-2.1.0+617-6bb5f5b742"
+ value: "poplar_sdk-ubuntu_20_04-2.3.1+793-89796d462d"
17
18
jobs:
19
- job: ipu
tests/accelerators/test_ipu.py
@@ -343,7 +343,7 @@ def test_autoreport(tmpdir):
343
)
344
trainer.fit(model)
345
assert os.path.exists(autoreport_path)
346
- assert os.path.isfile(autoreport_path + "profile.pop")
+ assert os.path.isfile(autoreport_path + "training/profile.pop")
347
348
349
@RunIf(ipu=True)
0 commit comments