Instructions to use NewEden-Forge/GLM-Magnum-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use NewEden-Forge/GLM-Magnum-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Delta-Vector/GLM-4-32B-Tulu-Instruct") model = PeftModel.from_pretrained(base_model, "NewEden-Forge/GLM-Magnum-lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K