Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/model_explainability/lm_eval/test_lm_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
indirect=True,
)
def test_lmeval_huggingface_model(admin_client, model_namespace, lmevaljob_hf_pod):
"""Tests that verify running common evaluations (and a custom one) on a model pulled directly from HuggingFace.
"""Tests that verify running common evaluations and a custom one on a model pulled directly from HuggingFace.
On each test we run a different evaluation task, limiting it to 1% of the questions on each eval."""
lmevaljob_hf_pod.wait_for_status(status=lmevaljob_hf_pod.Status.SUCCEEDED, timeout=Timeout.TIMEOUT_20MIN)

Expand Down