Instructions to use MykolaL/evp_depth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MykolaL/evp_depth with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="MykolaL/evp_depth", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MykolaL/evp_depth", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
ldm issue
#1
by lujaaa - opened
I have this error each time I run the inference code, I have already installed the ldm package using pip
model.py", line 15, in
from ldm.util import instantiate_from_config
ModuleNotFoundError: No module named 'ldm.util'; 'ldm' is not a package
I have mentioned that on github also
Thank you for the great work, looking forward your response ASAP
please check https://colab.research.google.com/drive/1rd0_2AMyHlEaeYlWldZ-xGaGRYhP_TVb?usp=sharing
hope you will find our model useful and will upvote our github and HF demo.
MykolaL changed discussion status to closed