Models Don't Auto-download on embedderd --start #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#3