You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: model-archiver/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ Handler can be TorchServe's inbuilt handler name or path to a py file to handle
144
144
3.`text_classifier`
145
145
4.`image_segmenter`
146
146
147
-
For a more comprehensive list of built in handlers, make sure to checkout the [examples](../model-archiver/README.md)
147
+
For a more comprehensive list of built in handlers, make sure to checkout the [examples](../docs/default_handlers.md)
148
148
149
149
In case of custom handler, if you plan to provide just `module_name` or `module_name:entry_point_function_name` then make sure that it is prefixed with absolute or relative path of python file.
150
150
e.g. if your custom handler custom_image_classifier.py is in /home/serve/examples then
0 commit comments