You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the instruction from https://github.com/undertheseanlp/underthesea/blob/main/contribute/CONTRIBUTING.rst, I start to test my fork locally for my another issue but this bug emerges when I run python setup.py test. It seems that I have not downloaded the model for some tests so the script try to download it from torch.hub but the URL input seems weird when it is the folder directory in my computer, thus I think the script tries to download the model from my computer.
Following the instruction from https://github.com/undertheseanlp/underthesea/blob/main/contribute/CONTRIBUTING.rst, I start to test my fork locally for my another issue but this bug emerges when I run
python setup.py test
. It seems that I have not downloaded the model for some tests so the script try to download it from torch.hub but the URL input seems weird when it is the folder directory in my computer, thus I think the script tries to download the model from my computer.The full error log:
The text was updated successfully, but these errors were encountered: