Brosoul
Brosoul
> you mean implementing a plugin to show the status? Yes @Jeffwan
I'm really looking forward to this feature. Could you please ping me after PR is ready?
Let's put the issue that about streamLoader or performance optimization into later versions, like v0.3.0
The final form should be https://github.com/aibrix/aibrix/issues/401
This task may be a prerequisite for https://github.com/aibrix/aibrix/issues/403
Let's put the issue that about streamLoader or performance optimization into later versions, like v0.3.0
Let's put the performance optimization into later versions, like v0.3.0
Let's put the issue that about streamLoader or performance optimization into later versions, like v0.3.0
## Alternatives Considered 1. Distinguish the status of model files Currently, it is possible to distinguish whether a file has been downloaded through the `metadata` file under `.cache/`. However, it...
It seems that Huggingface used `xxx.lock` file with `FileLock` in [filelock](https://py-filelock.readthedocs.io/en/latest/) to control the locking during the download process. cc @Jeffwan refs: [huggingface source code](https://github.com/huggingface/huggingface_hub/blob/6bfa5dd44d0472909dc778d30fbaac92e84ff96e/src/huggingface_hub/utils/_fixes.py#L95C5-L95C77)