mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#752)
This commit is contained in:
@@ -28,7 +28,7 @@ solution.
|
||||
* Support for CPU and GPU nodes
|
||||
* Auto-batching for DL models
|
||||
* [Automatic deployment](clearml_serving_tutorial.md#automatic-model-deployment)
|
||||
* Automatic model upgrades w/ canary support
|
||||
* Automatic model upgrades with canary support
|
||||
* Programmable API for model deployment
|
||||
* [Canary A/B deployment](clearml_serving_tutorial.md#canary-endpoint-setup) - online Canary updates
|
||||
* [Model Monitoring](clearml_serving_tutorial.md#model-monitoring-and-performance-metrics)
|
||||
|
||||
@@ -66,7 +66,7 @@ The following page goes over how to set up and upgrade `clearml-serving`.
|
||||
cd docker && docker-compose --env-file example.env -f docker-compose-triton.yml up
|
||||
```
|
||||
|
||||
If running on a GPU instance w/ Triton support (keras/pytorch/onnx etc.), use the triton gpu docker-compose file:
|
||||
If running on a GPU instance with Triton support (keras/pytorch/onnx etc.), use the triton gpu docker-compose file:
|
||||
```bash
|
||||
cd docker && docker-compose --env-file example.env -f docker-compose-triton-gpu.yml up
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user