Commit
·
8fe7d02
1
Parent(s):
a607e0b
fix
Browse files
README.md
CHANGED
|
@@ -79,7 +79,7 @@ instruction = <Your code instruction here>
|
|
| 79 |
|
| 80 |
prompt = MAGICODER_PROMPT.format(instruction=instruction)
|
| 81 |
generator = pipeline(
|
| 82 |
-
model="ise-uiuc/Magicoder-CL-7B",
|
| 83 |
task="text-generation",
|
| 84 |
torch_dtype=torch.bfloat16,
|
| 85 |
device_map="auto",
|
|
|
|
| 79 |
|
| 80 |
prompt = MAGICODER_PROMPT.format(instruction=instruction)
|
| 81 |
generator = pipeline(
|
| 82 |
+
model="ise-uiuc/Magicoder-S-CL-7B",
|
| 83 |
task="text-generation",
|
| 84 |
torch_dtype=torch.bfloat16,
|
| 85 |
device_map="auto",
|