bjoernp commited on
Commit
5d34d5c
1 Parent(s): f96940f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -131,7 +131,7 @@ import torch
131
  device="cuda"
132
 
133
  model = AutoModelForCausalLM.from_pretrained(
134
- "DiscoResearch/Llama3-DiscoLeo-Instruct-8B",
135
  torch_dtype="auto",
136
  device_map="auto"
137
  )
 
131
  device="cuda"
132
 
133
  model = AutoModelForCausalLM.from_pretrained(
134
+ "DiscoResearch/Llama3-DiscoLeo-Instruct-8B-v0.1",
135
  torch_dtype="auto",
136
  device_map="auto"
137
  )