Skip to content

Commit

Permalink
ruff style
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKaum committed Dec 17, 2024
1 parent e871a23 commit 6ed5894
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lighteval/models/endpoints/endpoint_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,7 @@ def __init__( # noqa: C901
**config.get_dtype_args(),
**config.get_custom_env_vars(),
},
"url": (
config.image_url or "ghcr.io/huggingface/text-generation-inference:3.0.1"
),
"url": (config.image_url or "ghcr.io/huggingface/text-generation-inference:3.0.1"),
},
)
else: # Endpoint exists
Expand Down

0 comments on commit 6ed5894

Please sign in to comment.