Update README.md
Browse files
README.md
CHANGED
@@ -70,7 +70,7 @@ pip install torch transformers==4.40.0 accelerate
|
|
70 |
import transformers
|
71 |
import torch
|
72 |
|
73 |
-
model_id = "
|
74 |
|
75 |
pipeline = transformers.pipeline(
|
76 |
"text-generation",
|
|
|
70 |
import transformers
|
71 |
import torch
|
72 |
|
73 |
+
model_id = "Bllossom/llama-3.1-Korean-Bllossom-405B"
|
74 |
|
75 |
pipeline = transformers.pipeline(
|
76 |
"text-generation",
|