Skip to content

Commit

Permalink
Merge branch 'cholmes/mixtral-fastgen-support' into arashb/phi-2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmikeh2 authored Dec 19, 2023
2 parents a42e869 + 77b871d commit 932e988
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, experts_per_rank: int) -> None:
self._num_experts = experts_per_rank

@property
def num_experts(self) -> int:
def n_experts(self) -> int:
return self._num_experts

@on_device
Expand Down

0 comments on commit 932e988

Please sign in to comment.