Instructions to use ImagineIt/30b-2e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ImagineIt/30b-2e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("01-ai/yi-1.5-34b-chat") model = PeftModel.from_pretrained(base_model, "ImagineIt/30b-2e") - Notebooks
- Google Colab
- Kaggle