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 00341b1 commit a9e282aCopy full SHA for a9e282a
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