Instructions to use Weni/runpod_debug with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Weni/runpod_debug with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct") model = PeftModel.from_pretrained(base_model, "Weni/runpod_debug") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
3fccdb8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0b2b60153cab81bc2d770981805dcb996d925f7ad6eedda123ba4f3eaf49b474
size 5369092938
|