Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,6 @@ pipeline = transformers.pipeline(
|
|
28 |
tokenizer=tokenizer,
|
29 |
torch_dtype=torch.bfloat16,
|
30 |
trust_remote_code=True,
|
31 |
-
device_map="auto",
|
32 |
)
|
33 |
sequences = pipeline(
|
34 |
"Girafatron is obsessed with giraffes, the most glorious animal on the face of this Earth. Giraftron believes all other animals are irrelevant when compared to the glorious majesty of the giraffe.\nDaniel: Hello, Girafatron!\nGirafatron:",
|
@@ -96,7 +95,6 @@ pipeline = transformers.pipeline(
|
|
96 |
model=model,
|
97 |
tokenizer=tokenizer,
|
98 |
torch_dtype=torch.bfloat16,
|
99 |
-
trust_remote_code=True,
|
100 |
device_map="auto",
|
101 |
)
|
102 |
sequences = pipeline(
|
|
|
28 |
tokenizer=tokenizer,
|
29 |
torch_dtype=torch.bfloat16,
|
30 |
trust_remote_code=True,
|
|
|
31 |
)
|
32 |
sequences = pipeline(
|
33 |
"Girafatron is obsessed with giraffes, the most glorious animal on the face of this Earth. Giraftron believes all other animals are irrelevant when compared to the glorious majesty of the giraffe.\nDaniel: Hello, Girafatron!\nGirafatron:",
|
|
|
95 |
model=model,
|
96 |
tokenizer=tokenizer,
|
97 |
torch_dtype=torch.bfloat16,
|
|
|
98 |
device_map="auto",
|
99 |
)
|
100 |
sequences = pipeline(
|