We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a72b9 commit 7785046Copy full SHA for 7785046
docs/M1_support.md
@@ -58,5 +58,17 @@ CPP log config: N/A
58
Model config: N/A
59
System metrics command: default
60
...
61
+2024-03-12T15:58:54,702 [INFO ] main org.pytorch.serve.wlm.ModelManager - Model densenet161 loaded.
62
+2024-03-12T15:58:54,702 [DEBUG] main org.pytorch.serve.wlm.ModelManager - updateModel: densenet161, count: 10
63
Model server started.
64
+...
65
+(myenv3) serve % curl http://127.0.0.1:8080/predictions/densenet161 -T examples/image_classifier/kitten.jpg
66
+
67
+{
68
+ "tabby": 0.46661922335624695,
69
+ "tiger_cat": 0.46449029445648193,
70
+ "Egyptian_cat": 0.0661405548453331,
71
+ "lynx": 0.001292439759708941,
72
+ "plastic_bag": 0.00022909720428287983
73
+}
74
```
0 commit comments