You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `Default:`1 to 1024 concurrencies, sweeping over powers of 2 (i.e. 1, 2, 4, 8, ...)
129
+
- `--run-config-search-min-request-rate: <val>`: Changes the request rate minimum automatic search space value
130
+
- `--run-config-search-max-request-rate: <val>`: Changes the request rate maximum automatic search space value
131
+
126
132
---
127
133
128
134
_An example YAML config that limits the search space:_
@@ -144,7 +150,7 @@ _This will perform an Automatic Brute Search with instance group counts: 3-5, ba
144
150
145
151
### **Interaction with Remote Triton Launch Mode**
146
152
147
-
When the triton launch mode is remote, _\*\*only concurrency values can be swept._\*\*<br>
153
+
When the triton launch mode is remote, _\*\*only concurrency or request rate values can be swept._\*\*<br>
148
154
149
155
Model Analyzer will ignore any model config parameters because we have no way of accessing and modifying the model repository of the remote Triton Server.
0 commit comments