You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading models from huggingface is difficult and users need to work through a lot of extra steps just to get a model on their system.
Solution
Add a subcommand ex. python main.py download <download args> which downloads a model using tabbyAPI's downloader
Alternatives
huggingface-cli and async-hf-downloader
Explanation
Downloading a model shouldn't be a cumbersome task. While available via the API, downloading is primarily done via terminal or a GUI based method and installing the required tools can be difficult for a new user. By adding a subcommand, args can be passed to tabby's download script which dramatically simplifies the process.
Examples
No response
Additional context
No response
Acknowledgements
I have looked for similar requests before submitting this one.
I understand that the developers have lives and my issue will be answered when possible.
I understand the developers of this program are human, and I will make my requests politely.
The text was updated successfully, but these errors were encountered:
Problem
Downloading models from huggingface is difficult and users need to work through a lot of extra steps just to get a model on their system.
Solution
Add a subcommand
ex. python main.py download <download args>
which downloads a model using tabbyAPI's downloaderAlternatives
huggingface-cli and async-hf-downloader
Explanation
Downloading a model shouldn't be a cumbersome task. While available via the API, downloading is primarily done via terminal or a GUI based method and installing the required tools can be difficult for a new user. By adding a subcommand, args can be passed to tabby's download script which dramatically simplifies the process.
Examples
No response
Additional context
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: