tabbyAPI-ollama/endpoints
kingbri 55ccd1baad API: Add HuggingFace downloader
Adds an asynchronous huggingface downloader that uses HF hub to fetch
all repo files. The current HF hub package has a snapshot_download
function that does not cancel on KeyboardInterrupt.

Instead, make a downloader that uses the Rich progress bar styling
along with a cancellable interface. Finally, link this to TabbyAPI.

Signed-off-by: kingbri <bdashore3@proton.me>
2024-04-29 01:15:02 -04:00
..
OAI API: Add HuggingFace downloader 2024-04-29 01:15:02 -04:00
server.py API: Move OAI to APIRouter 2024-04-06 01:25:31 -04:00