Skip to content

Commit df4879b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9b4cbba commit df4879b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/model_explainability/lm_eval/test_llamastack_lmeval_provider.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,8 @@ def test_lmeval_register_benchmark(self, llamastack_client_trustyai):
4747
dataset_id=trustyai_lmeval_arc_easy,
4848
scoring_functions=["string"],
4949
provider_id="trustyai_lmeval",
50-
metadata={
51-
"tokenized_request": False,
52-
"tokenizer": "google/flan-t5-small"
53-
}
50+
metadata={"tokenized_request": False, "tokenizer": "google/flan-t5-small"},
5451
)
5552

5653
response = llamastack_client_trustyai.benchmarks.list()
57-
print(response)
54+
print(response)

0 commit comments

Comments
 (0)