Instructions to use Dogge/aicang-22B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Dogge/aicang-22B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("models/grimpep_L2-MythoMax22b-instruct-Falseblock") model = PeftModel.from_pretrained(base_model, "Dogge/aicang-22B") - Notebooks
- Google Colab
- Kaggle