DoeyLLM commited on
Commit
25a56aa
·
verified ·
1 Parent(s): 9926852

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -93,7 +93,7 @@ Make sure to update your transformers installation via `pip install --upgrade tr
93
  import torch
94
  from transformers import pipeline
95
 
96
- model_id = "OneLLM-Doey-V1-Llama-3.2-3B"
97
  pipe = pipeline(
98
  "text-generation",
99
  model=model_id,
 
93
  import torch
94
  from transformers import pipeline
95
 
96
+ model_id = "OneLLM-Doey-V1-Llama-3.2-1B"
97
  pipe = pipeline(
98
  "text-generation",
99
  model=model_id,