tabbyAPI-ollama/common
kingbri 5a2de30066 Tree: Update to cleanup globals
Use the module singleton pattern to share global state. This can also
be a modified version of the Global Object Pattern. The main reason
this pattern is used is for ease of use when handling global state
rather than adding extra dependencies for a DI parameter.

Signed-off-by: kingbri <bdashore3@proton.me>
2024-03-12 23:59:30 -04:00
..
args.py Config: Add experimental torch cuda malloc backend 2024-02-14 21:45:56 -05:00
auth.py Tree: Update to cleanup globals 2024-03-12 23:59:30 -04:00
config.py Tree: Update to cleanup globals 2024-03-12 23:59:30 -04:00
gen_logging.py Tree: Update to cleanup globals 2024-03-12 23:59:30 -04:00
generators.py Generation: Explicitly release semaphore on disconnect 2024-03-10 17:54:48 -04:00
logger.py Logging: Escape rich markup sequences 2024-03-11 00:28:48 -04:00
model.py Tree: Update to cleanup globals 2024-03-12 23:59:30 -04:00
sampling.py Tree: Update to cleanup globals 2024-03-12 23:59:30 -04:00
templating.py API: Add template switching and unload endpoints 2024-01-25 00:15:40 -05:00
utils.py Startup: Check if the port is available and fallback 2024-03-11 21:57:28 -04:00