Skip to content

Commit

Permalink
fix: typo bfloat16
Browse files Browse the repository at this point in the history
  • Loading branch information
vyomakesh09 committed Nov 7, 2023
1 parent 16176e8 commit b61fcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swarms/models/zephyr.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(
self.pipe = pipeline(
"text-generation",
model="HuggingFaceH4/zephyr-7b-alpha",
torch_dtype=torch.bfloa16,
torch_dtype=torch.bfloat16,
device_map="auto",
)
self.messages = [
Expand Down

0 comments on commit b61fcf3

Please sign in to comment.