truss 0.11.6rc1__tar.gz → 0.11.6rc100__tar.gz
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-0.11.6rc1 → truss-0.11.6rc100}/PKG-INFO +1 -1
- {truss-0.11.6rc1 → truss-0.11.6rc100}/pyproject.toml +1 -1
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/train/core.py +4 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/contexts/image_builder/serving_image_builder.py +0 -4
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/base.Dockerfile.jinja +7 -11
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/server/truss_server.py +6 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/server.Dockerfile.jinja +0 -5
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/cli/train/test_train_init.py +26 -22
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/server.Dockerfile +3 -2
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_model_inference.py +2 -2
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-train/truss_train/definitions.py +6 -10
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-train/truss_train/restore_from_checkpoint.py +1 -3
- {truss-0.11.6rc1 → truss-0.11.6rc100}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/.github/pull_request_template.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/.gitignore +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/CODE_OF_CONDUCT.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/CONTRIBUTING.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/LICENSE +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/node_bindings/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/node_bindings/npm/android-arm-eabi/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/node_bindings/npm/android-arm64/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/node_bindings/npm/darwin-arm64/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/node_bindings/npm/darwin-universal/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/node_bindings/npm/darwin-x64/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/node_bindings/npm/freebsd-x64/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/node_bindings/npm/linux-arm-gnueabihf/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/node_bindings/npm/linux-arm-musleabihf/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/node_bindings/npm/linux-arm64-gnu/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/node_bindings/npm/linux-arm64-musl/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/node_bindings/npm/linux-riscv64-gnu/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/node_bindings/npm/linux-x64-gnu/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/node_bindings/npm/linux-x64-musl/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/node_bindings/npm/win32-arm64-msvc/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/node_bindings/npm/win32-ia32-msvc/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/node_bindings/npm/win32-x64-msvc/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/python_bindings/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/baseten-performance-client/scripts/README_nodejs.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/context_builder.Dockerfile +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/docs/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/docs/chains/doc_gen/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/docs/contribute/base-images.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/docs/contribute/release.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/api/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/api/definitions.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/base/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/base/constants.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/base/custom_types.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/base/errors.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/base/trt_llm_config.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/base/truss_config.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/base/truss_spec.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/chains_commands.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/cli.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/logs/base_watcher.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/logs/model_log_watcher.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/logs/training_log_watcher.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/logs/utils.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/remote_cli.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/train/common.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/train/deploy_checkpoints/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/train/deploy_checkpoints/deploy_checkpoints.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/train/deploy_checkpoints/deploy_checkpoints_helpers.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/train/deploy_checkpoints/deploy_full_checkpoints.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/train/deploy_checkpoints/deploy_lora_checkpoints.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/train/deploy_checkpoints/deploy_whisper_checkpoints.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/train/deploy_from_checkpoint_config.yml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/train/deploy_from_checkpoint_config_whisper.yml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/train/metrics_watcher.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/train/poller.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/train/types.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/train_commands.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/utils/common.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/utils/output.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/utils/self_upgrade.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/contexts/docker_build_setup.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/contexts/image_builder/cache_warmer.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/contexts/image_builder/image_builder.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/contexts/image_builder/util.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/contexts/local_loader/docker_build_emulator.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/contexts/local_loader/dockerfile_parser.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/contexts/local_loader/load_model_local.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/contexts/local_loader/truss_module_loader.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/contexts/local_loader/utils.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/contexts/truss_context.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/local/local_config.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/local/local_config_handler.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/patch/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/patch/hash.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/patch/signature.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/patch/truss_dir_patch_applier.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/remote/baseten/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/remote/baseten/api.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/remote/baseten/auth.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/remote/baseten/core.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/remote/baseten/custom_types.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/remote/baseten/error.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/remote/baseten/remote.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/remote/baseten/rest_client.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/remote/baseten/service.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/remote/baseten/utils/status.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/remote/baseten/utils/tar.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/remote/baseten/utils/time.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/remote/baseten/utils/transfer.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/remote/remote_factory.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/remote/truss_remote.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/README.md.jinja +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/cache.Dockerfile.jinja +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/cache_requirements.txt +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/control/control/application.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/control/control/endpoints.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/control/control/helpers/context_managers.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/control/control/helpers/custom_types.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/control/control/helpers/errors.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/control/control/helpers/inference_server_controller.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/control/control/helpers/inference_server_process_controller.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/control/control/helpers/inference_server_starter.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/control/control/helpers/truss_patch/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/control/control/helpers/truss_patch/model_code_patch_applier.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/control/control/helpers/truss_patch/model_container_patch_applier.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/control/control/helpers/truss_patch/requirement_name_identifier.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/control/control/helpers/truss_patch/system_packages.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/control/control/server.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/control/requirements.txt +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/copy_cache_files.Dockerfile.jinja +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/custom/examples.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/custom/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/custom/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/custom_python_dx/my_model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/docker_server/proxy.conf.jinja +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/docker_server/supervisord.conf.jinja +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/docker_server_requirements.txt +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/server/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/server/common/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/server/common/errors.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/server/common/patches/whisper/patch.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/server/common/patches.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/server/common/retry.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/server/common/schema.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/server/common/tracing.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/server/main.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/server/model_wrapper.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/server/requirements.txt +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/shared/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/shared/dynamic_config_resolver.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/shared/lazy_data_resolver.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/shared/log_config.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/shared/secrets_resolver.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/shared/serialization.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/shared/util.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/train/config.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/train/run.sh +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/trtllm-audio/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/trtllm-audio/packages/sigint_patch.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/trtllm-audio/packages/whisper_trt/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/trtllm-audio/packages/whisper_trt/assets.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/trtllm-audio/packages/whisper_trt/batching.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/trtllm-audio/packages/whisper_trt/custom_types.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/trtllm-audio/packages/whisper_trt/modeling.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/trtllm-audio/packages/whisper_trt/tokenizer.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/trtllm-audio/packages/whisper_trt/utils.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/trtllm-briton/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/trtllm-briton/src/extension.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/cli/test_cli.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/cli/train/resources/test_deploy_from_checkpoint_config.yml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/cli/train/test_cache_view.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/cli/train/test_deploy_checkpoints.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/cli/train/test_train_cli_core.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/conftest.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/contexts/image_builder/test_serving_image_builder.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/contexts/local_loader/test_load_local.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/contexts/local_loader/test_truss_module_finder.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/helpers.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/local/test_local_config_handler.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/patch/test_calc_patch.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/patch/test_dir_signature.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/patch/test_hash.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/patch/test_signature.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/patch/test_truss_dir_patch_applier.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/patch/test_types.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/remote/baseten/conftest.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/remote/baseten/test_api.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/remote/baseten/test_auth.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/remote/baseten/test_core.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/remote/baseten/test_remote.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/remote/baseten/test_service.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/remote/test_remote_factory.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/remote/test_truss_remote.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/templates/control/control/helpers/test_context_managers.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/templates/control/control/helpers/test_model_container_patch_applier.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/templates/control/control/helpers/test_requirement_name_identifier.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/templates/control/control/test_endpoints.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/templates/control/control/test_server.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/templates/control/control/test_server_integration.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/templates/core/server/test_dynamic_config_resolver.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/templates/core/server/test_lazy_data_resolver_v2.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/templates/core/server/test_secrets_resolver.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/templates/server/common/test_retry.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/templates/server/test_model_wrapper.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/templates/server/test_schema.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/templates/server/test_truss_server.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_build.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_config.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_context_builder_image.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_control_truss_patching.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_custom_server.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/annotated_types_truss/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/annotated_types_truss/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/annotated_types_truss/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/annotated_types_truss/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/auto-mpg.data +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/context_builder_image_test/Dockerfile +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/context_builder_image_test/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/context_builder_image_test/test.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/gcs_fix/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/gcs_fix/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/gcs_fix/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/gcs_fix/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/happy.ipynb +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/model_load_failure_test/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/model_load_failure_test/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/model_load_failure_test/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/model_load_failure_test/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/patch_ping_test_server/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/patch_ping_test_server/app.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/pima-indians-diabetes.csv +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/readme_int_example.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/readme_no_example.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/readme_str_example.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/server_conformance_test_truss/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/server_conformance_test_truss/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/server_conformance_test_truss/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/server_conformance_test_truss/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_async_truss/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_async_truss/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_async_truss/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_async_truss/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_basic_truss/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_basic_truss/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_basic_truss/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_basic_truss/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_build_commands/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_build_commands/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_build_commands/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_build_commands/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_build_commands_failure/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_build_commands_failure/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_build_commands_failure/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_build_commands_failure/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_concurrency_truss/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_concurrency_truss/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_concurrency_truss/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_concurrency_truss/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_custom_server_truss/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_custom_server_truss/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_custom_server_truss/test_docker_image/Dockerfile +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_custom_server_truss/test_docker_image/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_custom_server_truss/test_docker_image/VERSION +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_custom_server_truss/test_docker_image/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_custom_server_truss/test_docker_image/app.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_custom_server_truss/test_docker_image/build_upload_new_image.sh +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_env_vars/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_go_custom_server_truss/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_go_custom_server_truss/docker/Dockerfile +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_go_custom_server_truss/docker/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_go_custom_server_truss/docker/VERSION +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_go_custom_server_truss/docker/build_upload_new_image.sh +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_go_custom_server_truss/docker/main.go +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_openai/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_openai/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_openai/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_openai/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_pyantic_v1/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_pyantic_v1/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_pyantic_v1/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_pyantic_v1/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_pyantic_v1/requirements.txt +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_pyantic_v2/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_pyantic_v2/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_pyantic_v2/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_pyantic_v2/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_pyantic_v2/requirements.txt +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_requirements_file_truss/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_requirements_file_truss/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_requirements_file_truss/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_requirements_file_truss/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_requirements_file_truss/requirements.txt +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_async_generator_truss/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_async_generator_truss/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_async_generator_truss/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_async_generator_truss/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_read_timeout/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_read_timeout/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_read_timeout/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_read_timeout/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_truss/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_truss/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_truss/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_truss/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_truss_with_error/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_truss_with_error/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_truss_with_error/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_truss_with_error/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_truss_with_error/packages/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_truss_with_error/packages/helpers_1.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_truss_with_error/packages/helpers_2.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_truss_with_tracing/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_truss_with_tracing/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_truss_with_tracing/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_streaming_truss_with_tracing/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_trt_llm_truss/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_trt_llm_truss/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_trt_llm_truss/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_trt_llm_truss/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss/examples.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss/model/dummy +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss/packages/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss/packages/test_package/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss/packages/test_package/test.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss_server_model_cache_v1/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss_server_model_cache_v1/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss_server_model_cache_v1/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss_server_model_cache_v1/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss_server_model_cache_v2/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss_server_model_cache_v2/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss_server_model_cache_v2/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss_server_model_cache_v2/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss_with_error/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss_with_error/config.yaml +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss_with_error/model/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss_with_error/model/model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss_with_error/packages/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss_with_error/packages/helpers_1.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_data/test_truss_with_error/packages/helpers_2.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_docker.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_model_schema.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_testing_utilities_for_other_tests.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_truss_gatherer.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_truss_handle.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/test_util.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/trt_llm/test_trt_llm_config.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/trt_llm/test_validation.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/util/test_config_checks.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/util/test_env_vars.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/tests/util/test_path.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/trt_llm/config_checks.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/trt_llm/validation.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/truss_handle/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/truss_handle/build.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/truss_handle/decorators.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/truss_handle/patch/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/truss_handle/patch/calc_patch.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/truss_handle/patch/constants.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/truss_handle/patch/custom_types.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/truss_handle/patch/dir_signature.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/truss_handle/patch/hash.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/truss_handle/patch/local_truss_patch_applier.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/truss_handle/patch/signature.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/truss_handle/patch/truss_dir_patch_applier.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/truss_handle/readme_generator.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/truss_handle/truss_gatherer.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/truss_handle/truss_handle.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/util/.truss_ignore +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/util/docker.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/util/download.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/util/env_vars.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/util/gpu.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/util/jinja.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/util/log_utils.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/util/notebook.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/util/path.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/util/requirements.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss/util/user_config.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/examples/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/examples/audio-transcription/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/examples/rag/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/tests/itest_chain/requirements.txt +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/truss_chains/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/truss_chains/deployment/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/truss_chains/deployment/code_gen.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/truss_chains/deployment/deployment_client.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/truss_chains/framework.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/truss_chains/private_types.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/truss_chains/public_api.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/truss_chains/public_types.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/truss_chains/py.typed +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/truss_chains/pydantic_numpy.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/truss_chains/reference_code/reference_chainlet.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/truss_chains/reference_code/reference_model.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/truss_chains/remote_chainlet/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/truss_chains/remote_chainlet/model_skeleton.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/truss_chains/remote_chainlet/stub.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/truss_chains/remote_chainlet/utils.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/truss_chains/streaming.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-chains/truss_chains/utils.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-train/truss_train/__init__.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-train/truss_train/deployment.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-train/truss_train/loader.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-train/truss_train/public_api.py +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-transfer/README.md +0 -0
- {truss-0.11.6rc1 → truss-0.11.6rc100}/truss-transfer/tests/README.md +0 -0
|
@@ -458,6 +458,7 @@ def _get_all_train_init_example_options(
|
|
|
458
458
|
def _get_train_init_example_info(
|
|
459
459
|
repo_id: str = "ml-cookbook",
|
|
460
460
|
examples_subdir: str = "examples",
|
|
461
|
+
training_subdir: str = "training",
|
|
461
462
|
example_name: Optional[str] = None,
|
|
462
463
|
token: Optional[str] = None,
|
|
463
464
|
) -> list[Dict[str, str]]:
|
|
@@ -471,6 +472,7 @@ def _get_train_init_example_info(
|
|
|
471
472
|
|
|
472
473
|
url = f"https://api.github.com/repos/basetenlabs/{repo_id}/contents/{examples_subdir}/{example_name}"
|
|
473
474
|
|
|
475
|
+
console.print(f"Attempting to retrieve example info from: {url}")
|
|
474
476
|
try:
|
|
475
477
|
response = requests.get(url, headers=headers)
|
|
476
478
|
response.raise_for_status()
|
|
@@ -478,6 +480,8 @@ def _get_train_init_example_info(
|
|
|
478
480
|
items = response.json()
|
|
479
481
|
if not isinstance(items, list):
|
|
480
482
|
items = [items]
|
|
483
|
+
# return only training subdirectory info for example
|
|
484
|
+
items = [item for item in items if item["name"] == training_subdir]
|
|
481
485
|
return items
|
|
482
486
|
|
|
483
487
|
except requests.exceptions.HTTPError as e:
|
|
@@ -785,9 +785,6 @@ class ServingImageBuilder(ImageBuilder):
|
|
|
785
785
|
)
|
|
786
786
|
|
|
787
787
|
non_root_user = os.getenv("BT_USE_NON_ROOT_USER", False)
|
|
788
|
-
enable_model_container_admin_commands = os.getenv(
|
|
789
|
-
"BT_ENABLE_MODEL_CONTAINER_ADMIN_CMDS"
|
|
790
|
-
)
|
|
791
788
|
dockerfile_contents = dockerfile_template.render(
|
|
792
789
|
should_install_server_requirements=should_install_server_requirements,
|
|
793
790
|
base_image_name_and_tag=base_image_name_and_tag,
|
|
@@ -822,7 +819,6 @@ class ServingImageBuilder(ImageBuilder):
|
|
|
822
819
|
use_local_src=config.use_local_src,
|
|
823
820
|
passthrough_environment_variables=passthrough_environment_variables,
|
|
824
821
|
non_root_user=non_root_user,
|
|
825
|
-
enable_model_container_admin_commands=enable_model_container_admin_commands,
|
|
826
822
|
**FILENAME_CONSTANTS_MAP,
|
|
827
823
|
)
|
|
828
824
|
# Consolidate repeated empty lines to single empty lines.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
ARG PYVERSION={{ config.python_version }}
|
|
2
|
+
ARG HOME
|
|
2
3
|
FROM {{ base_image_name_and_tag }} AS truss_server
|
|
3
4
|
|
|
4
5
|
{%- set python_exec_path = config.base_image.python_executable_path or '$(which python3)' %}
|
|
@@ -13,9 +14,14 @@ ENV PYTHON_EXECUTABLE="{{ python_executable }}"
|
|
|
13
14
|
{%- set app_user_uid = 60000 %}
|
|
14
15
|
{%- set control_server_dir = "/control" %}
|
|
15
16
|
{%- set default_owner = "root:root" %}
|
|
17
|
+
{%- if non_root_user %}
|
|
16
18
|
{# The non-root user's home directory. #}
|
|
17
19
|
{# uv will use $HOME to install packages. #}
|
|
18
|
-
ENV HOME
|
|
20
|
+
ENV HOME=${HOME:-/home/{{ app_username }}}
|
|
21
|
+
{%- else %}
|
|
22
|
+
{# This is the default, but we use this variable later so ... setting it here too.#}
|
|
23
|
+
ENV HOME=${HOME:-/root}
|
|
24
|
+
{%- endif %} {#- endif non_root_user #}
|
|
19
25
|
{# Directory containing inference server code. #}
|
|
20
26
|
ENV APP_HOME=/{{ app_username }}
|
|
21
27
|
RUN mkdir -p ${APP_HOME} {{ control_server_dir }}
|
|
@@ -26,16 +32,6 @@ RUN useradd -u {{ app_user_uid }} -ms /bin/bash {{ app_username }}
|
|
|
26
32
|
{#- at the very beginning, set non-interactive mode for apt #}
|
|
27
33
|
ENV DEBIAN_FRONTEND=noninteractive
|
|
28
34
|
|
|
29
|
-
{# If non-root user is enabled and model container admin commands are enabled, install sudo #}
|
|
30
|
-
{# to allow the non-root user to install packages. #}
|
|
31
|
-
{%- if non_root_user and enable_model_container_admin_commands %}
|
|
32
|
-
RUN apt update && apt install -y sudo
|
|
33
|
-
{%- set allowed_admin_commands = ["/usr/bin/apt install *", "/usr/bin/apt update"] %}
|
|
34
|
-
RUN echo "Defaults:{{ app_username }} passwd_tries=0\n{{ app_username }} ALL=(root) NOPASSWD: {{ allowed_admin_commands | join(", ") }}" > /etc/sudoers.d/app-packages
|
|
35
|
-
RUN chmod 0440 /etc/sudoers.d/app-packages
|
|
36
|
-
{#- optional but good practice: check if the sudoers file is valid #}
|
|
37
|
-
RUN visudo -c
|
|
38
|
-
{%- endif %} {#- endif non_root_user and enable_model_container_admin_commands #}
|
|
39
35
|
|
|
40
36
|
{%- set UV_VERSION = "0.7.19" %}
|
|
41
37
|
{#
|
|
@@ -182,6 +182,12 @@ class BasetenEndpoints:
|
|
|
182
182
|
"""
|
|
183
183
|
Executes a predictive endpoint
|
|
184
184
|
"""
|
|
185
|
+
request_id = request.headers.get("x-baseten-request-id")
|
|
186
|
+
|
|
187
|
+
logging.debug(
|
|
188
|
+
f"Request received - {request.method} {method.__name__} "
|
|
189
|
+
f", Request ID: {request_id}"
|
|
190
|
+
)
|
|
185
191
|
self.check_healthy()
|
|
186
192
|
trace_ctx = otel_propagate.extract(request.headers) or None
|
|
187
193
|
# This is the top-level span in the truss-server, so we set the context here.
|
|
@@ -64,12 +64,7 @@ RUN {% for secret,path in config.build.secret_to_path_mapping.items() %} --mount
|
|
|
64
64
|
|
|
65
65
|
{# Copy data before code for better caching #}
|
|
66
66
|
{%- if data_dir_exists %}
|
|
67
|
-
{# If non-root user is enabled, copy data to the app home directory with the correct ownership #}
|
|
68
|
-
{%- if non_root_user %}
|
|
69
67
|
COPY --chown={{ default_owner }} ./{{ config.data_dir }} ${APP_HOME}/data
|
|
70
|
-
{%- else %}
|
|
71
|
-
COPY ./{{ config.data_dir }} ${APP_HOME}/data
|
|
72
|
-
{%- endif %} {#- endif non_root_user #}
|
|
73
68
|
{%- endif %} {#- endif data_dir_exists #}
|
|
74
69
|
|
|
75
70
|
{%- if model_cache_v2 %}
|
|
@@ -160,7 +160,7 @@ class TestGetTrainInitExampleInfo:
|
|
|
160
160
|
"""Test cases for _get_train_init_example_info function"""
|
|
161
161
|
|
|
162
162
|
@patch("requests.get")
|
|
163
|
-
def
|
|
163
|
+
def test_request_without_token(self, mock_get):
|
|
164
164
|
"""Test successful API call without authentication token"""
|
|
165
165
|
# Arrange
|
|
166
166
|
mock_response = Mock()
|
|
@@ -179,12 +179,32 @@ class TestGetTrainInitExampleInfo:
|
|
|
179
179
|
"https://api.github.com/repos/basetenlabs/ml-cookbook/contents/examples/test_example",
|
|
180
180
|
headers={},
|
|
181
181
|
)
|
|
182
|
-
assert len(result) ==
|
|
183
|
-
assert result[0]["name"] == "file1.py"
|
|
184
|
-
assert result[1]["name"] == "file2.py"
|
|
182
|
+
assert len(result) == 0 # No training subdir in mock response
|
|
185
183
|
|
|
186
184
|
@patch("requests.get")
|
|
187
|
-
def
|
|
185
|
+
def test_successful_request_without_token(self, mock_get):
|
|
186
|
+
"""Test successful API call without authentication token"""
|
|
187
|
+
# Arrange
|
|
188
|
+
mock_response = Mock()
|
|
189
|
+
mock_response.json.return_value = [
|
|
190
|
+
{"name": "training", "path": "git_path_1", "type": "dir"},
|
|
191
|
+
{"name": "file2.py", "type": "file"},
|
|
192
|
+
]
|
|
193
|
+
mock_response.raise_for_status.return_value = None
|
|
194
|
+
mock_get.return_value = mock_response
|
|
195
|
+
|
|
196
|
+
# Act
|
|
197
|
+
result = _get_train_init_example_info(example_name="test_example")
|
|
198
|
+
|
|
199
|
+
# Assert
|
|
200
|
+
mock_get.assert_called_once_with(
|
|
201
|
+
"https://api.github.com/repos/basetenlabs/ml-cookbook/contents/examples/test_example",
|
|
202
|
+
headers={},
|
|
203
|
+
)
|
|
204
|
+
assert len(result) == 1 # One training subdir in mock response
|
|
205
|
+
|
|
206
|
+
@patch("requests.get")
|
|
207
|
+
def test_request_with_token(self, mock_get):
|
|
188
208
|
"""Test successful API call with authentication token"""
|
|
189
209
|
# Arrange
|
|
190
210
|
mock_response = Mock()
|
|
@@ -202,7 +222,7 @@ class TestGetTrainInitExampleInfo:
|
|
|
202
222
|
"https://api.github.com/repos/basetenlabs/ml-cookbook/contents/examples/test_example",
|
|
203
223
|
headers={"Authorization": "token test_token"},
|
|
204
224
|
)
|
|
205
|
-
assert len(result) ==
|
|
225
|
+
assert len(result) == 0 # No training subdir in mock response
|
|
206
226
|
|
|
207
227
|
@patch("requests.get")
|
|
208
228
|
def test_custom_repo_and_subdir(self, mock_get):
|
|
@@ -226,22 +246,6 @@ class TestGetTrainInitExampleInfo:
|
|
|
226
246
|
headers={},
|
|
227
247
|
)
|
|
228
248
|
|
|
229
|
-
@patch("requests.get")
|
|
230
|
-
def test_single_item_response(self, mock_get):
|
|
231
|
-
"""Test when API returns a single item instead of a list"""
|
|
232
|
-
# Arrange
|
|
233
|
-
mock_response = Mock()
|
|
234
|
-
mock_response.json.return_value = {"name": "single_file.py", "type": "file"}
|
|
235
|
-
mock_response.raise_for_status.return_value = None
|
|
236
|
-
mock_get.return_value = mock_response
|
|
237
|
-
|
|
238
|
-
# Act
|
|
239
|
-
result = _get_train_init_example_info(example_name="test_example")
|
|
240
|
-
|
|
241
|
-
# Assert
|
|
242
|
-
assert len(result) == 1
|
|
243
|
-
assert result[0]["name"] == "single_file.py"
|
|
244
|
-
|
|
245
249
|
@patch("requests.get")
|
|
246
250
|
@patch("click.echo")
|
|
247
251
|
def test_404_error_returns_empty_list(self, mock_echo, mock_get):
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
ARG PYVERSION=py39
|
|
2
|
+
ARG HOME
|
|
2
3
|
FROM baseten/truss-server-base:3.9-v0.4.3 AS truss_server
|
|
3
4
|
ENV PYTHON_EXECUTABLE="/usr/local/bin/python3"
|
|
4
|
-
ENV HOME
|
|
5
|
+
ENV HOME=${HOME:-/root}
|
|
5
6
|
ENV APP_HOME=/app
|
|
6
7
|
RUN mkdir -p ${APP_HOME} /control
|
|
7
8
|
RUN useradd -u 60000 -ms /bin/bash app
|
|
@@ -30,7 +31,7 @@ RUN UV_HTTP_TIMEOUT=${UV_HTTP_TIMEOUT:-300} uv pip install --index-strategy unsa
|
|
|
30
31
|
COPY --chown= ./requirements.txt requirements.txt
|
|
31
32
|
RUN UV_HTTP_TIMEOUT=${UV_HTTP_TIMEOUT:-300} uv pip install --index-strategy unsafe-best-match --python /usr/local/bin/python3 -r requirements.txt --no-cache-dir
|
|
32
33
|
WORKDIR $APP_HOME
|
|
33
|
-
COPY ./data ${APP_HOME}/data
|
|
34
|
+
COPY --chown= ./data ${APP_HOME}/data
|
|
34
35
|
COPY --chown= ./server ${APP_HOME}
|
|
35
36
|
COPY --chown= ./config.yaml ${APP_HOME}/config.yaml
|
|
36
37
|
COPY --chown= ./model ${APP_HOME}/model
|
|
@@ -990,8 +990,8 @@ def test_is_healthy_returns_503_on_load_failure():
|
|
|
990
990
|
# when the model goes down, this will throw an exception
|
|
991
991
|
break
|
|
992
992
|
diff = container.diff()
|
|
993
|
-
# the crash file is written to the
|
|
994
|
-
crash_file_path = "/
|
|
993
|
+
# the crash file is written to the user's home directory
|
|
994
|
+
crash_file_path = "/root/inference_server_crashed.txt"
|
|
995
995
|
assert crash_file_path in diff
|
|
996
996
|
assert diff[crash_file_path] == "A"
|
|
997
997
|
|
|
@@ -3,7 +3,7 @@ from abc import ABC
|
|
|
3
3
|
from typing import Dict, List, Literal, Optional, Union
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from pydantic import field_validator, model_validator
|
|
6
|
+
from pydantic import ValidationError, field_validator, model_validator
|
|
7
7
|
|
|
8
8
|
from truss.base import constants, custom_types, truss_config
|
|
9
9
|
|
|
@@ -68,8 +68,7 @@ class _BasetenLatestCheckpoint(_CheckpointBase):
|
|
|
68
68
|
|
|
69
69
|
class _BasetenNamedCheckpoint(_CheckpointBase):
|
|
70
70
|
checkpoint_name: str
|
|
71
|
-
job_id:
|
|
72
|
-
project_name: Optional[str]
|
|
71
|
+
job_id: str
|
|
73
72
|
typ: Literal["baseten_named_checkpoint"] = "baseten_named_checkpoint"
|
|
74
73
|
|
|
75
74
|
|
|
@@ -78,18 +77,15 @@ class BasetenCheckpoint:
|
|
|
78
77
|
def from_latest_checkpoint(
|
|
79
78
|
project_name: Optional[str] = None, job_id: Optional[str] = None
|
|
80
79
|
) -> _BasetenLatestCheckpoint:
|
|
80
|
+
if not job_id and not project_name:
|
|
81
|
+
raise ValidationError("job_id or project_name is required")
|
|
81
82
|
return _BasetenLatestCheckpoint(project_name=project_name, job_id=job_id)
|
|
82
83
|
|
|
83
84
|
@classmethod
|
|
84
85
|
def from_named_checkpoint(
|
|
85
|
-
cls,
|
|
86
|
-
checkpoint_name: str,
|
|
87
|
-
project_name: Optional[str] = None,
|
|
88
|
-
job_id: Optional[str] = None,
|
|
86
|
+
cls, checkpoint_name: str, job_id: str
|
|
89
87
|
) -> _BasetenNamedCheckpoint:
|
|
90
|
-
return _BasetenNamedCheckpoint(
|
|
91
|
-
checkpoint_name=checkpoint_name, project_name=project_name, job_id=job_id
|
|
92
|
-
)
|
|
88
|
+
return _BasetenNamedCheckpoint(checkpoint_name=checkpoint_name, job_id=job_id)
|
|
93
89
|
|
|
94
90
|
|
|
95
91
|
class LoadCheckpointConfig(custom_types.SafeModelNoExtra):
|
|
@@ -18,9 +18,7 @@ load_most_recent_checkpoint = BasetenCheckpoint.from_latest_checkpoint(
|
|
|
18
18
|
)
|
|
19
19
|
|
|
20
20
|
load_from_named_checkpoint = BasetenCheckpoint.from_named_checkpoint(
|
|
21
|
-
checkpoint_name="checkpoint-24",
|
|
22
|
-
project_name="first-project", # Optional
|
|
23
|
-
job_id="lqz4pw4", # Optional
|
|
21
|
+
checkpoint_name="checkpoint-24", job_id="lqz4pw4"
|
|
24
22
|
)
|
|
25
23
|
|
|
26
24
|
load_checkpoint_config = LoadCheckpointConfig(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/train/deploy_checkpoints/deploy_checkpoints.py
RENAMED
|
File without changes
|
|
File without changes
|
{truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/train/deploy_checkpoints/deploy_full_checkpoints.py
RENAMED
|
File without changes
|
{truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/train/deploy_checkpoints/deploy_lora_checkpoints.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truss-0.11.6rc1 → truss-0.11.6rc100}/truss/cli/train/deploy_from_checkpoint_config_whisper.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/control/control/helpers/context_managers.py
RENAMED
|
File without changes
|
{truss-0.11.6rc1 → truss-0.11.6rc100}/truss/templates/control/control/helpers/custom_types.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|