Skip to content

Commit

Permalink
OMG
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-baseten committed Sep 13, 2024
1 parent 9dbd840 commit 78f8d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "truss"
version = "0.9.35"
version = "0.9.35rc0"
description = "A seamless bridge from model development to model delivery"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion truss/truss_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def _handle_env_vars(env_vars: Dict[str, Any]) -> Dict[str, str]:

DATACLASS_TO_REQ_KEYS_MAP = {
Resources: {"accelerator", "cpu", "memory", "use_gpu"},
Runtime: {"predict_concurrency"},
Runtime: {"predict_concurrency", "enable_tracing_data"},
Build: {"model_server"},
TrussConfig: {
"environment_variables",
Expand Down

0 comments on commit 78f8d5e

Please sign in to comment.