mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-04 13:52:46 -04:00
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
13 lines
368 B
Python
Generated
13 lines
368 B
Python
Generated
"""This type stub file was generated by pyright."""
|
|
|
|
METAFILE = ...
|
|
|
|
def get_current_context_name(): ...
|
|
def write_context_name_to_docker_config(name=...): ...
|
|
def get_context_id(name): ...
|
|
def get_context_dir(): ...
|
|
def get_meta_dir(name=...): ...
|
|
def get_meta_file(name): ...
|
|
def get_tls_dir(name=..., endpoint=...): ...
|
|
def get_context_host(path=..., tls=...): ...
|