tabbyAPI-ollama/utils.py
kingbri b625bface9 OAI: Add API-based model loading/unloading and auth routes
Models can be loaded and unloaded via the API. Also add authentication
to use the API and for administrator tasks.

Both types of authorization use different keys.

Also fix the unload function to properly free all used vram.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-11-14 01:17:19 -05:00

3 lines
No EOL
98 B
Python

# Wrapper callback for load progress
def load_progress(module, modules):
yield module, modules