frankmorales2020 commited on
Commit
c3c2def
1 Parent(s): 8672c1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -36,6 +36,7 @@ model = AutoPeftModelForCausalLM.from_pretrained(
36
  device_map="auto",
37
  torch_dtype=torch.float16
38
  )
 
39
  tokenizer = AutoTokenizer.from_pretrained(peft_model_id)
40
 
41
  # Load into the pipeline
 
36
  device_map="auto",
37
  torch_dtype=torch.float16
38
  )
39
+
40
  tokenizer = AutoTokenizer.from_pretrained(peft_model_id)
41
 
42
  # Load into the pipeline