tabbyAPI-ollama/common
kingbri d5e4285346 Signals: Split signal handler between sync and async
Asyncio requires a closure of the event loop while sync can use SystemExit
to kill the program.

Signed-off-by: kingbri <bdashore3@proton.me>
2024-09-19 23:31:29 -04:00
..
actions.py fix issues with optional dependencies (#204) 2024-09-19 22:24:55 -04:00
args.py Config: Allow existing values to get included in generated file 2024-09-16 12:19:58 -04:00
auth.py Tree: Format 2024-09-18 20:36:17 -04:00
concurrency.py API + Model: Add blocks and checks for various load requests 2024-05-25 21:16:14 -04:00
config_models.py Tree: Format 2024-09-18 21:42:01 -04:00
downloader.py config is now backed by pydantic (WIP) 2024-09-05 18:04:56 +01:00
gen_logging.py Logging: Remove preferences global 2024-09-14 21:49:44 -04:00
logger.py API: Add HuggingFace downloader 2024-04-29 01:15:02 -04:00
model.py fix issues with optional dependencies (#204) 2024-09-19 22:24:55 -04:00
networking.py remove unused imports 2024-09-11 18:00:29 +01:00
optional_dependencies.py fix issues with optional dependencies (#204) 2024-09-19 22:24:55 -04:00
sampling.py Tree: Use safe loader for YAML 2024-09-18 19:26:51 -04:00
signals.py Signals: Split signal handler between sync and async 2024-09-19 23:31:29 -04:00
tabby_config.py Tree: Use safe loader for YAML 2024-09-18 19:26:51 -04:00
templating.py Tree: Fix classmethod usage 2024-09-10 20:52:29 -04:00
transformers_utils.py Transformers Utils: Fix file read 2024-09-10 22:41:39 -04:00
utils.py migrate to ruamel.yaml 2024-09-18 01:06:34 +01:00