Skip to content

Commit

Permalink
remove unused server params resulting from me copying all the cmdline…
Browse files Browse the repository at this point in the history
… args
  • Loading branch information
renxida committed Feb 12, 2025
1 parent b3a5219 commit 8101a93
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions shortfin/python/shortfin_apps/llm/components/config_struct.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,6 @@ class ServerParams:
# KV cache configuration
prefix_sharing_algorithm: str = "none" # none or trie

# Server runtime configuration
host: Optional[str] = None
port: int = 8000
root_path: Optional[str] = None
timeout_keep_alive: int = 5

# Program isolation configuration
program_isolation: str = "per_call"

Expand Down

0 comments on commit 8101a93

Please sign in to comment.