Skip to content

Commit eefd025

Browse files
authored
Update articles/ai-foundry/how-to/fine-tune-serverless.md
1 parent e6ed123 commit eefd025

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/ai-foundry/how-to/fine-tune-serverless.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ First, ensure to install dependencies to start fine-tuning your model.
295295
%pip install azureml-mlflow
296296
```
297297

298+
Then, create the client to consume the model. The following code uses an endpoint URL and key that are stored in environment variables.
299+
298300
```python
299301
from azure.ai.ml import MLClient
300302
from azure.identity import (

0 commit comments

Comments
 (0)