VaibhavSahai commited on
Commit
4a54bba
1 Parent(s): d207946
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ To use LlamaPlanner with the Hugging Face Transformers library, follow these ste
26
  import transformers
27
  import torch
28
 
29
- model_id = "verifiers-for-code/LlamaPlanner"
30
 
31
  pipeline = transformers.pipeline(
32
      "text-generation", model=model_id, model_kwargs={"torch_dtype": torch.bfloat16}, device_map="auto"
 
26
  import transformers
27
  import torch
28
 
29
+ model_id = "verifiers-for-code/Llama-3-LlamaPlanner"
30
 
31
  pipeline = transformers.pipeline(
32
      "text-generation", model=model_id, model_kwargs={"torch_dtype": torch.bfloat16}, device_map="auto"