Open hanshantong opened 7 months ago
Hi, please download the clip-vit-large-patch14-336 and the OpenCLIP-ConvNeXt-L. Put them to MiniGemini/model_zoo/OpenAI/clip-vit-large-patch14-336
and MiniGemini/model_zoo/OpenAI/openclip-convnext-large-d-320-laion2B-s29B-b131K-ft-soup
, respectively.
I have downloaded these two model files from huggingface mirror site "https://hf-mirror.com/", and put them "MiniGemini/model_zoo/OpenAI", but the same problem occured.
Hi, I'm not sure whether the files from "https://hf-mirror.com/" are exactly aligned. But I did not find such error when using the official hf file.
Hi, please download the clip-vit-large-patch14-336 and the OpenCLIP-ConvNeXt-L. Put them to
MiniGemini/model_zoo/OpenAI/clip-vit-large-patch14-336
andMiniGemini/model_zoo/OpenAI/openclip-convnext-large-d-320-laion2B-s29B-b131K-ft-soup
, respectively.
preprocessor_config.json and config.json can not be found in OpenAI/openclip-convnext-large-d-320-laion2B-s29B-b131K-ft-soup
Hi, please download the clip-vit-large-patch14-336 and the OpenCLIP-ConvNeXt-L. Put them to
MiniGemini/model_zoo/OpenAI/clip-vit-large-patch14-336
andMiniGemini/model_zoo/OpenAI/openclip-convnext-large-d-320-laion2B-s29B-b131K-ft-soup
, respectively.preprocessor_config.json and config.json can not be found in OpenAI/openclip-convnext-large-d-320-laion2B-s29B-b131K-ft-soup
I also encountered the same problem, may I ask if you have solved this problem?
Hello, everyone, I am using MiniGemini evaluation on an image by typing command:
then following OSError emerged:
Some internet friends share their solutions: Downloading the corresponding "xxx.index.json" file, but I can't find any "xxx.index.json" file of "clip-vit-large-patch14-336" on the huggingface website.
I think maybe the relative path leads to the probelm, so I replace it with absolute path, but the same problem is shot.
My environment: OS: ubuntu 22.04 64 bit python: 3.10.14 others: other libraries are installed according to MiniGemini's official installation guide.
Does anybody have a solution for that, I will be very grateful for you, thank u.