Models Don't Auto-download on embedderd --start #2
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_embedder#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current behaviour:
Expected behavior:
* Race condition: between the thread downloading the model (writing in the directory) and zinit service trying to read from this directory
* Partial download problem: when download happens in the background it partially downloads the models while the server expects that all models are downloaded in the directory, so in that case the server have the possibility to use a non-existent model while it should not
@rawan
embedderd --start#3Fixed in this update