I'm building a project which downloads models from huggingface and has 3 events - download stated, download progress and download end.
But the only event i'm seeing getting dispatched is the started and end event.
File - https://github.com/rohinish404/ImageryAI/blob/master/backend/src/huggingface/installer.py
i made some debug tweaks to see what can be the issue.
All events below this line seems to not get dispached for some reason.
I figure this issue will be related to #34 but then again the whole install is asyncio task so i shouldnt see the download start event.
Can anybody tell what can be the issue i'm facing here.
Events file - https://github.com/rohinish404/ImageryAI/blob/master/backend/src/events/events.py
Main file - https://github.com/rohinish404/ImageryAI/blob/master/backend/main.py
Thanks!
I'm building a project which downloads models from huggingface and has 3 events - download stated, download progress and download end.
But the only event i'm seeing getting dispatched is the started and end event.
File - https://github.com/rohinish404/ImageryAI/blob/master/backend/src/huggingface/installer.py
i made some debug tweaks to see what can be the issue.
All events below this line seems to not get dispached for some reason.
I figure this issue will be related to #34 but then again the whole install is asyncio task so i shouldnt see the download start event.
Can anybody tell what can be the issue i'm facing here.
Events file - https://github.com/rohinish404/ImageryAI/blob/master/backend/src/events/events.py
Main file - https://github.com/rohinish404/ImageryAI/blob/master/backend/main.py
Thanks!