bjoernp commited on
Commit
265ae73
1 Parent(s): 12c57b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -63,7 +63,7 @@ import torch
63
  device="cuda"
64
 
65
  model = AutoModelForCausalLM.from_pretrained(
66
- "DiscoResearch/Llama3-DiscoLeo-Instruct-8B-32k",
67
  torch_dtype="auto",
68
  device_map="auto"
69
  )
 
63
  device="cuda"
64
 
65
  model = AutoModelForCausalLM.from_pretrained(
66
+ "DiscoResearch/Llama3-DiscoLeo-Instruct-8B-v0.1",
67
  torch_dtype="auto",
68
  device_map="auto"
69
  )