Skip to content

Commit 73bda54

Browse files
authored
CI: update poplar sdk version (Lightning-AI#12226)
1 parent ac735db commit 73bda54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/ipu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pr:
1313

1414
variables:
1515
- name: poplar_sdk
16-
value: "poplar_sdk-ubuntu_20_04-2.1.0+617-6bb5f5b742"
16+
value: "poplar_sdk-ubuntu_20_04-2.3.1+793-89796d462d"
1717

1818
jobs:
1919
- job: ipu

tests/accelerators/test_ipu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def test_autoreport(tmpdir):
343343
)
344344
trainer.fit(model)
345345
assert os.path.exists(autoreport_path)
346-
assert os.path.isfile(autoreport_path + "profile.pop")
346+
assert os.path.isfile(autoreport_path + "training/profile.pop")
347347

348348

349349
@RunIf(ipu=True)

0 commit comments

Comments
 (0)