Skip to content

Commit

Permalink
Changed method name
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Oct 12, 2023
1 parent fa5fbe3 commit 405ec4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def set_host_count(n: int = 1):
"""
import numpyro

numpyro.set_host_count(n)
numpyro.set_host_device_count(n)


def set_platform(platform: str = "cpu"):
Expand Down

0 comments on commit 405ec4f

Please sign in to comment.