Instructions to use chachamatcha/NoDrama-CodeLLama-QLoRa-Evol-Adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chachamatcha/NoDrama-CodeLLama-QLoRa-Evol-Adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Phind/Phind-CodeLlama-34B-v1") model = PeftModel.from_pretrained(base_model, "chachamatcha/NoDrama-CodeLLama-QLoRa-Evol-Adapter") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by chachamatcha - opened
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df78fbdb6a96be24ea10939fa12cfe14b21437a52c515088b67a7ef1e62bcd43
|
| 3 |
+
size 314598968
|