Skip to content

Commit a5402cd

Browse files
committed
Link fixed.
1 parent 09a3fe6 commit a5402cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-deploy-with-triton.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Before attempting to use Triton for your own model, it's important to understand
4848

4949
### Setting the number of workers
5050

51-
To set the number of workers in your deployment, set the environment variable `WORKER_COUNT`. Given you have an [Environment](/python/api/azureml-core/azureml.core.environment.environment?view=azure-ml-py) object called `env`, you can do the following:
51+
To set the number of workers in your deployment, set the environment variable `WORKER_COUNT`. Given you have an [Environment](/python/api/azureml-core/azureml.core.environment.environment?view=azure-ml-py&preserve-view=true) object called `env`, you can do the following:
5252

5353
```{py}
5454
env.environment_variables["WORKER_COUNT"] = "1"

0 commit comments

Comments
 (0)