Skip to content

Commit

Permalink
tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianshu Cheng authored and Tianshu Cheng committed Sep 5, 2024
1 parent 509fa4a commit d673fcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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.32.dev-7"
version = "0.9.32.dev-8"
description = "A seamless bridge from model development to model delivery"
license = "MIT"
readme = "README.md"
Expand Down
6 changes: 0 additions & 6 deletions truss/templates/docker_server/supervisord.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,3 @@ autorestart=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true

[eventlistener:vllm_server_health_check]
command=supervisor_vllm_check -g vllm-server -n vllm_server_health_check -R /version -L /health -t 30 -r 3 -p 8000
events=TICK_60
stderr_logfile = /var/log/supervisor/supervisor_vllm_check-stderr.log
stdout_logfile = /var/log/supervisor/supervisor_vllm_check-stdout.log

0 comments on commit d673fcb

Please sign in to comment.