Dolly-v2 / test123
luxananda's picture
Create test123
ebf78c0
raw
history blame
337 Bytes
import torch
from transformers import pipeline
generate_text = pipeline(model="databricks/dolly-v2-12b",
torch_dtype=torch.bfloat16,
trust_remote_code=True,
device_map="auto")
generate_text("Explain to me the difference between nuclear \
fission and fusion.")