Skip to content

Commit d937e9d

Browse files
author
Gitesh Dawer
committed
Clarifying the default function name field for multifunction in the docs
1 parent 878c937 commit d937e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs-guides/source/multifunction-models.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ desc.default_function_name = "adapter_1"
176176
ct.utils.save_multifunction(desc, "combined_adpater_models.mlpackage")
177177
```
178178

179-
When loading the multifunction model, you can specify the
180-
`function_name` to load the specific function and then do the prediction:
179+
When loading the multifunction model, you can specify the optional
180+
`function_name` to load a specific function and then do the prediction. If `function_name` is not provided, the `default_function_name` field of the serialized multifunction model asset is used to load the default function:
181181

182182
```python
183183
import numpy as np

0 commit comments

Comments
 (0)