Instructions to use wi-lab/lwm-v1.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wi-lab/lwm-v1.1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="wi-lab/lwm-v1.1")# Load model directly from transformers import LWM-v1.1 model = LWM-v1.1.from_pretrained("wi-lab/lwm-v1.1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Fixed seed 42?
3
#2 opened about 1 year ago
by
Login2025
New Dataset
1
#1 opened about 1 year ago
by
BerkIGuler