Skip to content

Commit

Permalink
Merge pull request #100 from vyomakesh09/master
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez authored Nov 7, 2023
2 parents 16176e8 + b61fcf3 commit 4f68c54
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 4f68c54

Please sign in to comment.