Instructions to use Ngit/open-buddy-70b-v10.1-train-4bits-lima with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ngit/open-buddy-70b-v10.1-train-4bits-lima with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("OpenBuddy/openbuddy-llama2-70b-v10.1-bf16") model = PeftModel.from_pretrained(base_model, "Ngit/open-buddy-70b-v10.1-train-4bits-lima") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!