Skip to content

Commit

Permalink
Merge pull request kyegomez#100 from vyomakesh09/master
Browse files Browse the repository at this point in the history
Former-commit-id: eacc90be17bf65954e9333823ecca1b3480007e6
  • Loading branch information
kyegomez authored Nov 7, 2023
2 parents 7e3bcc0 + 0031a45 commit ddfca49
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 ddfca49

Please sign in to comment.