Skip to content

Commit 86c8fa5

Browse files
committed
Fix a line with incorrect naming for "sendnn_compile_only"
Signed-off-by: Kevin Tu <ktu@ibm.com>
1 parent 7d2813c commit 86c8fa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aiu_fms_testing_utils/scripts/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
print("must set AIU_WORLD_RANK_0")
395395
exit()
396396
os.environ.setdefault("FLEX_COMPUTE", "SENTIENT")
397-
if args.compile_backend_aiu == "compile_only_backend":
397+
if args.compile_backend_aiu == "sendnn_compile_only":
398398
os.environ.setdefault("FLEX_DEVICE", "COMPILE")
399399
else:
400400
os.environ.setdefault("FLEX_DEVICE", "PF")

0 commit comments

Comments
 (0)