alpaca-core / ac-local

Alpaca Core local inference SDK
MIT License
1 stars 0 forks source link

API: add progress tags #79

Closed iboB closed 2 months ago

iboB commented 2 months ago

Since async tasks can be internally composed of multiple independent async tasks, instead of trying to overcomplicate the progress calculation, add tags to progress callbacks and transfer the responsibility to the user