Instructions to use AhmedAyman/k2-think-cuda-1505 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AhmedAyman/k2-think-cuda-1505 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("LLM360/K2-Think") model = PeftModel.from_pretrained(base_model, "AhmedAyman/k2-think-cuda-1505") - Notebooks
- Google Colab
- Kaggle
How to use LLaMAFactory's WebUI for Chat inference
#1 opened 9 months ago
by
SuponjiAyume