Skip to content

Commit

Permalink
fixes and updates to benchmark
Browse files Browse the repository at this point in the history
Signed-off-by: 1000850000 user <aaron.chew1@ibm.com>
  • Loading branch information
achew010 committed Sep 16, 2024
1 parent 87663c1 commit 9991375
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 124 deletions.
2 changes: 1 addition & 1 deletion plugins/framework/src/fms_acceleration/framework_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def _update_config_contents(_cfg: Dict, content: Dict, key: str):
for key in _or_keys:
content = _trace_key_path(configuration, key)
if content is not None:
if reject == True:
if reject is True:
# it is an OR key, and if at least one of them specified
# then do not reject
reject = False
Expand Down
2 changes: 1 addition & 1 deletion plugins/fused-ops-and-kernels/tests/test_foak_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
DIRNAME, "../configs/fast_quantized_peft.yaml"
)


@pytest.mark.skip(reason="Installation logic has changed - test to be fixed in future.")
def test_configure_gptq_foak_plugin():
"test foak plugin loads correctly"

Expand Down
Loading

0 comments on commit 9991375

Please sign in to comment.