Please fix "pip install hi-ml-multimodal" or use my fork for a working version
NamanSharma5 opened this issue · 5 comments
Hi @Shruthi42, @corcra and the wider BioViL-T team. Thank you for open sourcing this repo and the corresponding weights for the BioVil-T model!
Unfortunately your Python package "hi-ml-multimodal 0.2.1" on the Python Package Index has an issue when being installed.
This is because of the use of non-existent versions of dependencies, namely SimpleITK=2.1.1 and the use of deprecated functions, specifically torch_int_div from transformers==4.17.0 and model_urls from torchvision.models.resnet in torchvision==0.12.0.
As a temporary fix, I have setup a fork with an updated requirements.txt containing an older version of the torchvision and transformers to support the Hi-Ml-Multimodal codebase - this can be viewed on my GitHub,
I've added a temporary fix to mitigate the Torchvision issue in my repo too!
still not fixed yet, the problem of pip install hi-ml-multimodal still here, can you please fix it