truss 0.11.5rc512__py3-none-any.whl → 0.11.5rc513__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.
- truss/templates/control/control/helpers/truss_patch/model_container_patch_applier.py +1 -1
- {truss-0.11.5rc512.dist-info → truss-0.11.5rc513.dist-info}/METADATA +1 -1
- {truss-0.11.5rc512.dist-info → truss-0.11.5rc513.dist-info}/RECORD +6 -6
- {truss-0.11.5rc512.dist-info → truss-0.11.5rc513.dist-info}/WHEEL +0 -0
- {truss-0.11.5rc512.dist-info → truss-0.11.5rc513.dist-info}/entry_points.txt +0 -0
- {truss-0.11.5rc512.dist-info → truss-0.11.5rc513.dist-info}/licenses/LICENSE +0 -0
|
@@ -80,7 +80,7 @@ class ModelContainerPatchApplier:
|
|
|
80
80
|
def _derive_pip_from_inference_server_python(self, python_path: str) -> tuple[str, list[str]]:
|
|
81
81
|
"""Return (uv_executable, base_args) for package management using uv."""
|
|
82
82
|
# Use uv from PATH - it should be available since it's installed in the Dockerfile
|
|
83
|
-
return "uv", ["
|
|
83
|
+
return "uv", ["run", "--python", python_path, "pip", "install"]
|
|
84
84
|
|
|
85
85
|
@property
|
|
86
86
|
def _uv_executable_and_args(self) -> tuple[str, list[str]]:
|
|
@@ -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=lpV-5ObmEldiBbCSdQJesJYjg9zOxfMRrrh9349WCFA,6689
|
|
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.5rc513.dist-info/METADATA,sha256=JURDJJqbumK_xeo4DgWmIvwgtgsgx1spIZZJ29iBPmE,6682
|
|
372
|
+
truss-0.11.5rc513.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
373
|
+
truss-0.11.5rc513.dist-info/entry_points.txt,sha256=-MwKfHHQHQ6j0HqIgvxrz3CehCmczDLTD-OsRHnjjuU,130
|
|
374
|
+
truss-0.11.5rc513.dist-info/licenses/LICENSE,sha256=FTqGzu85i-uw1Gi8E_o0oD60bH9yQ_XIGtZbA1QUYiw,1064
|
|
375
|
+
truss-0.11.5rc513.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|