Graph Machine Learning
Transformers
Safetensors
ultra
feature-extraction
graphs
knowledge graph
custom_code
Instructions to use mgalkin/ultra_50g with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mgalkin/ultra_50g with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mgalkin/ultra_50g", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
can't run the model!
#3
by juanito666 - opened
error pops:
ImportError: This modeling file requires the following packages that were not found in your environment: ultra. Run pip install ultra
But if I do pip install ultra either with Python 3.8.18 or 3.12.1 at answers:
ERROR: Could not find a version that satisfies the requirement ultra (from versions: none)
What am I missing here?
You have to download the repo from this space to run the code
Which command are you executing and how?
worked like a charm! by downloading the repo, thanks!
mgalkin changed discussion status to closed