-
I trained a ConvTasNet model on a custom dataset and I uploaded the model to HuggingFace. The model works fine when I try to use it by loading it from huggingface with "ConvTasNet.from_pretrained("/link/to/model")", but when I try the hosted inference api it gives me the following error: "No module named 'torch.torch_version'". The model is available here: https://huggingface.co/cankeles/ConvTasNet_WHAMR_enhsingle_16k I am wondering if I am doing something wrong. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Weird, I have checked several models uploaded by our community on HF some work some don't with an |
Beta Was this translation helpful? Give feedback.
Weird, I have checked several models uploaded by our community on HF some work some don't with an
unknown error
@mpariente is it from our side or HF's ?