Skip to content

Commit

Permalink
Merge branch 'main' into fix422
Browse files Browse the repository at this point in the history
  • Loading branch information
clefourrier authored Dec 17, 2024
2 parents d437f03 + bc62cb9 commit b71f84f
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 @@ -224,9 +224,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:latest"
),
"url": (config.image_url or "ghcr.io/huggingface/text-generation-inference:3.0.1"),
},
)
else: # Endpoint exists
Expand Down

0 comments on commit b71f84f

Please sign in to comment.