Skip to content

Commit 3877604

Browse files
committed
Update models.md
1 parent 2488d87 commit 3877604

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/workloads/realtime/models.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ or:
148148
dir: s3://my-bucket/models/
149149
```
150150

151-
152151
For the Python predictor type, the `models` field comes under the name of `multi_model_reloading`. It is also not necessary to specify the `multi_model_reloading` section at all, since you can download and load the model in your predictor's `__init__()` function. That said, it is necessary to use the `models` field to take advantage of [live model reloading](#live-model-reloading) or [multi model caching](#multi-model-caching).
153152

154153
When using the `models.paths` field, each path must be a valid model directory (see above for valid model directory structures).

0 commit comments

Comments
 (0)