-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
area/apienhancementNew feature or requestNew feature or requestup for grabsTickets that no-one is currently working onTickets that no-one is currently working on
Description
Is your feature request related to a problem? Please describe.
It can take a few minutes to download a model. Unless you have the model status URL to curl via curl -s http://localhost:8080/models/jobs/123abc, it's hard to know if the download has completed.
Describe the solution you'd like
I propose the LocalAI server's downloader place the file at model-name.gguf.partial, and then when the download has completed, it's renamed to model-name.gguf.
This .partial extension would make it clear when the download has actually completed.
Describe alternatives you've considered
None right now
Additional context
N/a
Metadata
Metadata
Assignees
Labels
area/apienhancementNew feature or requestNew feature or requestup for grabsTickets that no-one is currently working onTickets that no-one is currently working on