truss 0.11.6rc103__py3-none-any.whl → 0.11.7__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/server/truss_server.py +1 -2
- {truss-0.11.6rc103.dist-info → truss-0.11.7.dist-info}/METADATA +1 -1
- {truss-0.11.6rc103.dist-info → truss-0.11.7.dist-info}/RECORD +6 -6
- {truss-0.11.6rc103.dist-info → truss-0.11.7.dist-info}/WHEEL +0 -0
- {truss-0.11.6rc103.dist-info → truss-0.11.7.dist-info}/entry_points.txt +0 -0
- {truss-0.11.6rc103.dist-info → truss-0.11.7.dist-info}/licenses/LICENSE +0 -0
|
@@ -185,7 +185,7 @@ class BasetenEndpoints:
|
|
|
185
185
|
request_id = request.headers.get("x-baseten-request-id")
|
|
186
186
|
|
|
187
187
|
logging.debug(
|
|
188
|
-
f"Request received - {request.method} /{method.__name__} "
|
|
188
|
+
f"[DEBUG] Request received - {request.method} /{method.__name__} "
|
|
189
189
|
f", Request ID: {request_id}"
|
|
190
190
|
)
|
|
191
191
|
self.check_healthy()
|
|
@@ -470,7 +470,6 @@ class TrussServer:
|
|
|
470
470
|
if self._config["runtime"].get("enable_debug_logs", False)
|
|
471
471
|
else "INFO"
|
|
472
472
|
)
|
|
473
|
-
|
|
474
473
|
extra_kwargs = {}
|
|
475
474
|
# We don't pass these if not set, to not override the default.
|
|
476
475
|
if (
|
|
@@ -97,7 +97,7 @@ truss/templates/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
|
|
|
97
97
|
truss/templates/server/main.py,sha256=kWXrdD8z8IpamyWxc8qcvd5ck9gM1Kz2QH5qHJCnmOQ,222
|
|
98
98
|
truss/templates/server/model_wrapper.py,sha256=k75VVISwwlsx5EGb82UZsu8kCM_i6Yi3-Hd0-Kpm1yo,42055
|
|
99
99
|
truss/templates/server/requirements.txt,sha256=lhJYYExWE1IdBlYYFW-kmfmuKZTWyIg1TNyoWIIuuDg,780
|
|
100
|
-
truss/templates/server/truss_server.py,sha256=
|
|
100
|
+
truss/templates/server/truss_server.py,sha256=aIQCsIRHOQpACrTCE-HiIC57B_W9G8_ECp6KGZ86q3M,19818
|
|
101
101
|
truss/templates/server/common/__init__.py,sha256=qHIqr68L5Tn4mV6S-PbORpcuJ4jmtBR8aCuRTIWDvNo,85
|
|
102
102
|
truss/templates/server/common/errors.py,sha256=My0P6-Y7imVTICIhazHT0vlSu3XJDH7As06OyVzu4Do,8589
|
|
103
103
|
truss/templates/server/common/patches.py,sha256=uEOzvDnXsHOkTSa8zygGYuR4GHhrFNVHNQc5peJcwvo,1393
|
|
@@ -368,8 +368,8 @@ truss_train/deployment.py,sha256=lWWANSuzBWu2M4oK4qD7n-oVR1JKdmw2Pn5BJQHg-Ck,307
|
|
|
368
368
|
truss_train/loader.py,sha256=0o66EjBaHc2YY4syxxHVR4ordJWs13lNXnKjKq2wq0U,1630
|
|
369
369
|
truss_train/public_api.py,sha256=9N_NstiUlmBuLUwH_fNG_1x7OhGCytZLNvqKXBlStrM,1220
|
|
370
370
|
truss_train/restore_from_checkpoint.py,sha256=8hdPm-WSgkt74HDPjvCjZMBpvA9MwtoYsxVjOoa7BaM,1176
|
|
371
|
-
truss-0.11.
|
|
372
|
-
truss-0.11.
|
|
373
|
-
truss-0.11.
|
|
374
|
-
truss-0.11.
|
|
375
|
-
truss-0.11.
|
|
371
|
+
truss-0.11.7.dist-info/METADATA,sha256=160W7og1xGFwSPNMn8YdAOO2d5T2MFdYaEKe5PB6bHE,6677
|
|
372
|
+
truss-0.11.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
373
|
+
truss-0.11.7.dist-info/entry_points.txt,sha256=-MwKfHHQHQ6j0HqIgvxrz3CehCmczDLTD-OsRHnjjuU,130
|
|
374
|
+
truss-0.11.7.dist-info/licenses/LICENSE,sha256=FTqGzu85i-uw1Gi8E_o0oD60bH9yQ_XIGtZbA1QUYiw,1064
|
|
375
|
+
truss-0.11.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|