Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 610ba43

Browse files
committed
update
1 parent 6a1d9ff commit 610ba43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model-archiver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Handler can be TorchServe's inbuilt handler name or path to a py file to handle
144144
3. `text_classifier`
145145
4. `image_segmenter`
146146

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)
148148

149149
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.
150150
e.g. if your custom handler custom_image_classifier.py is in /home/serve/examples then

0 commit comments

Comments
 (0)