Skip to content

Commit

Permalink
Removed profile config processing for the uai device. I have found no…
Browse files Browse the repository at this point in the history
… use for it yet.
  • Loading branch information
mosalov committed Aug 20, 2024
1 parent 11cb9f1 commit 2d15fad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base_sut/code_axs.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ def get_config(config_target, model, device, card, system_type, num_device, hypo

if model in ["bert-99.9", "gptj-99", "gptj-99.9"] and config_target == "compile_profile":
return None

if device in ["uai"] and config_target == "compile_profile":
return None

number_of_device = copy.deepcopy(num_device)
if config_target != "runtime":
Expand Down

0 comments on commit 2d15fad

Please sign in to comment.