mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-05 14:22:43 -04:00
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
16 lines
448 B
Python
Generated
16 lines
448 B
Python
Generated
"""This type stub file was generated by pyright."""
|
|
|
|
DOCKER_CONFIG_FILENAME = ...
|
|
LEGACY_DOCKER_CONFIG_FILENAME = ...
|
|
log = ...
|
|
|
|
def find_config_file(config_path=...): ...
|
|
def config_path_from_environment(): ...
|
|
def home_dir(): # -> str:
|
|
"""Get the user's home directory, using the same logic as the Docker Engine
|
|
client - use %USERPROFILE% on Windows, $HOME/getuid on POSIX.
|
|
"""
|
|
...
|
|
|
|
def load_general_config(config_path=...): ...
|