Daemontatox commited on
Commit
1a60cf6
1 Parent(s): 7d04c03

Update README.md

Browse files

Fixed inference snippet to use correct model

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ See the snippet below for usage with Transformers:
35
  import transformers
36
  import torch
37
 
38
- model_id = "abacusai/Dracarys-72B-Instruct"
39
 
40
  pipeline = transformers.pipeline(
41
  "text-generation",
 
35
  import transformers
36
  import torch
37
 
38
+ model_id = "abacusai/Dracarys-Llama-3.1-70B-Instruct"
39
 
40
  pipeline = transformers.pipeline(
41
  "text-generation",