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: 4f68c54
  • Loading branch information
kyegomez authored Nov 7, 2023
2 parents 86362cd + 6b0d5d4 commit f8630db
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 f8630db

Please sign in to comment.