Skip to content

Commit

Permalink
Merge branch 'main' into dev-gucci
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanHB authored Jul 16, 2024
2 parents bdaa5ca + 733257f commit ffe3249
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lighteval/models/endpoint_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,11 @@ def __init__(
"MAX_INPUT_LENGTH": "2047",
"MAX_TOTAL_TOKENS": "2048",
"MODEL_ID": "/repository",
"HF_MODEL_TRUST_REMOTE_CODE": "true",
**config.get_dtype_args(),
**config.get_custom_env_vars(),
},
"url": (config.image_url or "ghcr.io/huggingface/text-generation-inference:1.1.0"),
"url": (config.image_url or "ghcr.io/huggingface/text-generation-inference:latest"),
},
)
hlog("Deploying your endpoint. Please wait.")
Expand Down

0 comments on commit ffe3249

Please sign in to comment.