Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ To run inference on coding problems:
|
|
66 |
import transformers
|
67 |
import torch
|
68 |
|
69 |
-
model_id = "nvidia/
|
70 |
|
71 |
pipeline = transformers.pipeline(
|
72 |
"text-generation",
|
|
|
66 |
import transformers
|
67 |
import torch
|
68 |
|
69 |
+
model_id = "nvidia/OpenCodeReasoning-Nemotron-7B"
|
70 |
|
71 |
pipeline = transformers.pipeline(
|
72 |
"text-generation",
|