truss 0.11.15rc11__py3-none-any.whl → 0.11.15rc13__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of truss might be problematic. Click here for more details.
- truss/templates/docker_server/supervisord.conf.jinja +2 -1
- {truss-0.11.15rc11.dist-info → truss-0.11.15rc13.dist-info}/METADATA +1 -1
- {truss-0.11.15rc11.dist-info → truss-0.11.15rc13.dist-info}/RECORD +6 -6
- {truss-0.11.15rc11.dist-info → truss-0.11.15rc13.dist-info}/WHEEL +0 -0
- {truss-0.11.15rc11.dist-info → truss-0.11.15rc13.dist-info}/entry_points.txt +0 -0
- {truss-0.11.15rc11.dist-info → truss-0.11.15rc13.dist-info}/licenses/LICENSE +0 -0
|
@@ -7,8 +7,9 @@ logfile_maxbytes=0 ; No size limit on logfile (since logging is disabl
|
|
|
7
7
|
[program:model-server]
|
|
8
8
|
command={{start_command}} ; Command to start the model server (provided by Jinja variable)
|
|
9
9
|
startsecs=30 ; Wait 30 seconds before assuming the server is running
|
|
10
|
+
startretries=0 ; Do not retry if server fails to start
|
|
10
11
|
autostart=true ; Automatically start the program when supervisord starts
|
|
11
|
-
autorestart=false ; Don't restart the program
|
|
12
|
+
autorestart=false ; Don't restart the program
|
|
12
13
|
stdout_logfile=/dev/fd/1 ; Send stdout to the first file descriptor (stdout)
|
|
13
14
|
stdout_logfile_maxbytes=0 ; No size limit on stdout log
|
|
14
15
|
redirect_stderr=true ; Redirect stderr to stdout
|
|
@@ -93,7 +93,7 @@ truss/templates/custom/model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
|
|
|
93
93
|
truss/templates/custom/model/model.py,sha256=J04rLxK09Pwt2F4GoKOLKL-H-CqZUdYIM-PL2CE9PoE,1079
|
|
94
94
|
truss/templates/custom_python_dx/my_model.py,sha256=NG75mQ6wxzB1BYUemDFZvRLBET-UrzuUK4FuHjqI29U,910
|
|
95
95
|
truss/templates/docker_server/proxy.conf.jinja,sha256=Axily8EtznvrF7mUCgy2VFY99BYRt4BycZ0p9uWfd0s,2025
|
|
96
|
-
truss/templates/docker_server/supervisord.conf.jinja,sha256=
|
|
96
|
+
truss/templates/docker_server/supervisord.conf.jinja,sha256=AliMMd6bNn-oCYIB8GumTvt8L2JshkjFaoqIcyBzQmc,1835
|
|
97
97
|
truss/templates/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
98
98
|
truss/templates/server/main.py,sha256=kWXrdD8z8IpamyWxc8qcvd5ck9gM1Kz2QH5qHJCnmOQ,222
|
|
99
99
|
truss/templates/server/model_wrapper.py,sha256=k75VVISwwlsx5EGb82UZsu8kCM_i6Yi3-Hd0-Kpm1yo,42055
|
|
@@ -374,8 +374,8 @@ truss_train/deployment.py,sha256=lWWANSuzBWu2M4oK4qD7n-oVR1JKdmw2Pn5BJQHg-Ck,307
|
|
|
374
374
|
truss_train/loader.py,sha256=0o66EjBaHc2YY4syxxHVR4ordJWs13lNXnKjKq2wq0U,1630
|
|
375
375
|
truss_train/public_api.py,sha256=9N_NstiUlmBuLUwH_fNG_1x7OhGCytZLNvqKXBlStrM,1220
|
|
376
376
|
truss_train/restore_from_checkpoint.py,sha256=8hdPm-WSgkt74HDPjvCjZMBpvA9MwtoYsxVjOoa7BaM,1176
|
|
377
|
-
truss-0.11.
|
|
378
|
-
truss-0.11.
|
|
379
|
-
truss-0.11.
|
|
380
|
-
truss-0.11.
|
|
381
|
-
truss-0.11.
|
|
377
|
+
truss-0.11.15rc13.dist-info/METADATA,sha256=wxGVIems9WcjdUZMHCH-ZEnmWT9RG0Cb4NYQAd9Xv84,6682
|
|
378
|
+
truss-0.11.15rc13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
379
|
+
truss-0.11.15rc13.dist-info/entry_points.txt,sha256=-MwKfHHQHQ6j0HqIgvxrz3CehCmczDLTD-OsRHnjjuU,130
|
|
380
|
+
truss-0.11.15rc13.dist-info/licenses/LICENSE,sha256=FTqGzu85i-uw1Gi8E_o0oD60bH9yQ_XIGtZbA1QUYiw,1064
|
|
381
|
+
truss-0.11.15rc13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|