Instructions to use lightsource/lora-synth-8b-llama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lightsource/lora-synth-8b-llama with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "lightsource/lora-synth-8b-llama") - Notebooks
- Google Colab
- Kaggle
Upload scheduler.pt with huggingface_hub
Browse files- scheduler.pt +3 -0
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c0837180272179c7bce94196808b5aa6505da99a7112461ebd587fa756a2602
|
| 3 |
+
size 1064
|