"Inference Engineering" is now available. Get your copy here
changelog / post

Truss support for pyproject.toml and uv.lock

Go back

Truss now supports pyproject.toml and uv.lock as dependency formats in addition to requirements.txt. You can use any of these formats as the requirements_file in your Truss and Chains config. For example:

model_name: My Model                                                                                                                      
resources:                                                                                                                                
  accelerator: A10G                                                                                                                       
  cpu: "4"                                                                   
  memory: 16Gi                               
requirements_file: ./pyproject.toml

For more information, see the Truss configuration documentation.