Merge pull request #100 from vyomakesh09/master

pull/109/head
Eternal Reclaimer 1 year ago committed by GitHub
commit 4f68c54cad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,7 +39,7 @@ class Zephyr:
self.pipe = pipeline(
"text-generation",
model="HuggingFaceH4/zephyr-7b-alpha",
torch_dtype=torch.bfloa16,
torch_dtype=torch.bfloat16,
device_map="auto",
)
self.messages = [

Loading…
Cancel
Save