<ctrl-c>
in the load test terminal
<ctrl-c>
in the model server terminal
serve 9000 linear /root/models/linear/gpu/ false
The params are as follows:
1: port number (int)
2: model_name (anything)
3: /path/to/model (base path above all version sub-directories)
4: request batching (true|false)
<ctrl-c>
in the load test terminal
<ctrl-c>
in the model server terminal
serve 9000 linear /root/models/linear/cpu/ true
The params are as follows:
1: port number (int)
2: model_name (anything)
3: /path/to/model (base path above all version sub-directories)
4: request batching (true|false)
<ctrl-c>
in the load test terminal
<ctrl-c>
in the model server terminal
serve 9000 linear /root/models/linear/gpu/ true
The params are as follows:
1: port number (int)
2: model_name (anything)
3: /path/to/model (base path above all version sub-directories)
4: request batching (true|false)