Spaces:
Building
Building
Create config.properties
Browse files- config.properties +9 -0
config.properties
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
2 |
+
# This source code is licensed under the MIT license found in the
|
3 |
+
# LICENSE file in the root directory of this source tree.
|
4 |
+
|
5 |
+
inference_address=http://0.0.0.0:8080
|
6 |
+
management_address=http://0.0.0.0:8081
|
7 |
+
metrics_address=http://0.0.0.0:8082
|
8 |
+
model_store=/home/torchserve/model-store
|
9 |
+
load_models=all
|