Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ Make sure to update your transformers installation via `pip install --upgrade tr
|
|
| 27 |
import transformers
|
| 28 |
import torch
|
| 29 |
|
| 30 |
-
model_id = "nvidia/Llama-3.1-8B-UltraLong-2M-Instruct"
|
| 31 |
|
| 32 |
pipeline = transformers.pipeline(
|
| 33 |
"text-generation",
|
|
|
|
| 27 |
import transformers
|
| 28 |
import torch
|
| 29 |
|
| 30 |
+
model_id = "nvidia/Llama-3.1-Nemotron-8B-UltraLong-2M-Instruct"
|
| 31 |
|
| 32 |
pipeline = transformers.pipeline(
|
| 33 |
"text-generation",
|