truss 0.11.5rc510__py3-none-any.whl → 0.11.5rc511__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/control/control/helpers/truss_patch/model_container_patch_applier.py +2 -0
- {truss-0.11.5rc510.dist-info → truss-0.11.5rc511.dist-info}/METADATA +1 -1
- {truss-0.11.5rc510.dist-info → truss-0.11.5rc511.dist-info}/RECORD +6 -6
- {truss-0.11.5rc510.dist-info → truss-0.11.5rc511.dist-info}/WHEEL +0 -0
- {truss-0.11.5rc510.dist-info → truss-0.11.5rc511.dist-info}/entry_points.txt +0 -0
- {truss-0.11.5rc510.dist-info → truss-0.11.5rc511.dist-info}/licenses/LICENSE +0 -0
|
@@ -79,6 +79,8 @@ class ModelContainerPatchApplier:
|
|
|
79
79
|
|
|
80
80
|
def _derive_pip_from_inference_server_python(self, python_path: str) -> str:
|
|
81
81
|
python_executable = Path(python_path)
|
|
82
|
+
# Resolve symlinks to get the actual executable path
|
|
83
|
+
python_executable = python_executable.resolve()
|
|
82
84
|
pip_candidate = python_executable.parent / "pip"
|
|
83
85
|
if pip_candidate.exists():
|
|
84
86
|
return str(pip_candidate)
|
|
@@ -84,7 +84,7 @@ truss/templates/control/control/helpers/inference_server_process_controller.py,s
|
|
|
84
84
|
truss/templates/control/control/helpers/inference_server_starter.py,sha256=Fz2Puijro6Cc5cvTsAqOveNJbBQR_ARYJXl4lvETJ8Y,2633
|
|
85
85
|
truss/templates/control/control/helpers/truss_patch/__init__.py,sha256=CXZdUV_ylqLTJrKuFpvSnUT6PUFrZrMF2y6jiHbdaKU,998
|
|
86
86
|
truss/templates/control/control/helpers/truss_patch/model_code_patch_applier.py,sha256=LTIIADLz0wRn7V49j64dU1U7Hbta9YLde3pb5YZWvzQ,2001
|
|
87
|
-
truss/templates/control/control/helpers/truss_patch/model_container_patch_applier.py,sha256=
|
|
87
|
+
truss/templates/control/control/helpers/truss_patch/model_container_patch_applier.py,sha256=Np3-kLXnh2rgXk1Nfwim11DWTkUjZ7gcrtA-icYQqMk,6722
|
|
88
88
|
truss/templates/control/control/helpers/truss_patch/requirement_name_identifier.py,sha256=CL3KEAj4B3ApMQShd7TI5umXVbazLZY5StrNlwHwWtc,1995
|
|
89
89
|
truss/templates/control/control/helpers/truss_patch/system_packages.py,sha256=IYh1CVU_kooAvtSGXKQDDWnNdOhlv7ENWagsL1wvhgw,208
|
|
90
90
|
truss/templates/custom/examples.yaml,sha256=2UcCtEdavImWmiCtj31ckBlAKVOwNMC5AwMIIznKDag,48
|
|
@@ -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.5rc511.dist-info/METADATA,sha256=SHv0KiJnhaojxWyuHKA5xYIj4La8QNvNMo06taE90-c,6682
|
|
372
|
+
truss-0.11.5rc511.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
373
|
+
truss-0.11.5rc511.dist-info/entry_points.txt,sha256=-MwKfHHQHQ6j0HqIgvxrz3CehCmczDLTD-OsRHnjjuU,130
|
|
374
|
+
truss-0.11.5rc511.dist-info/licenses/LICENSE,sha256=FTqGzu85i-uw1Gi8E_o0oD60bH9yQ_XIGtZbA1QUYiw,1064
|
|
375
|
+
truss-0.11.5rc511.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|