We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2813c commit 86c8fa5Copy full SHA for 86c8fa5
1 file changed
aiu_fms_testing_utils/scripts/inference.py
@@ -394,7 +394,7 @@
394
print("must set AIU_WORLD_RANK_0")
395
exit()
396
os.environ.setdefault("FLEX_COMPUTE", "SENTIENT")
397
- if args.compile_backend_aiu == "compile_only_backend":
+ if args.compile_backend_aiu == "sendnn_compile_only":
398
os.environ.setdefault("FLEX_DEVICE", "COMPILE")
399
else:
400
os.environ.setdefault("FLEX_DEVICE", "PF")
0 commit comments