Skip to content

Commit

Permalink
Update restricted params (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
VipulMascarenhas committed Jun 4, 2024
2 parents 0867d5d + 57838c3 commit 6248583
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions ads/aqua/modeldeployment/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,17 @@
This module contains constants used in Aqua Model Deployment.
"""

VLLMInferenceRestrictedParams = {"--tensor-parallel-size"}
TGIInferenceRestrictedParams = {"--port"}
VLLMInferenceRestrictedParams = {
"--tensor-parallel-size",
"--port",
"--host",
"--served-model-name",
"--seed",
}
TGIInferenceRestrictedParams = {
"--port",
"--hostname",
"--num-shard",
"--sharded",
"--trust-remote-code",
}

0 comments on commit 6248583

Please sign in to comment.