ValueError

#1
by bogoivanov - opened

ValueError: The checkpoint you are trying to load has model type depth_anything but Transformers does not recognize this architecture. This could be because of an issue with the checkpoint, or because your version of Transformers is out of date.

Hi,

For now you'll need to install Transformers from source to use it: pip install -q git+https://github.com/huggingface/transformers.git.

Hi,

For now you'll need to install Transformers from source to use it: pip install -q git+https://github.com/huggingface/transformers.git.

It still throw same error

Sign up or log in to comment