Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-braf committed Feb 20, 2024
1 parent f0d11d9 commit 71ed690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model_analyzer/triton/server/server_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class TritonServerConfig:
"grpc-http2-max-ping-strikes",
"grpc-max-connection-age",
"grpc-max-connection-age-grace",
"grpc-restricted-protocol"
"grpc-restricted-protocol",
# Sagemaker
"allow-sagemaker",
"sagemaker-port",
Expand Down Expand Up @@ -103,7 +103,7 @@ class TritonServerConfig:
"repoagent-directory",
# Response Cache
"cache-config",
"cache-directory"
"cache-directory",
# Rate Limiter
"rate-limit",
"rate-limit-resource",
Expand Down

0 comments on commit 71ed690

Please sign in to comment.