firqaaa commited on
Commit
990f234
·
1 Parent(s): 4bc83e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -21,4 +21,5 @@ model = LlamaForCausalLM.from_pretrained("decapoda-research/llama-7b-hf",
21
  load_in_8bit=True,
22
  device_map="auto")
23
  # Load the LoRA model
24
- model = PeftModel.from_pretrained(model, peft_model_id)```
 
 
21
  load_in_8bit=True,
22
  device_map="auto")
23
  # Load the LoRA model
24
+ model = PeftModel.from_pretrained(model, peft_model_id)
25
+ ```