mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-25 18:11:17 +08:00
Temporarily remove async_eval
This commit is contained in:
parent
d77840207c
commit
a0ce0594f6
@ -249,8 +249,10 @@ def main():
|
|||||||
draft_model=draft_model,
|
draft_model=draft_model,
|
||||||
num_draft_tokens=args.num_draft_tokens,
|
num_draft_tokens=args.num_draft_tokens,
|
||||||
)
|
)
|
||||||
if not args.verbose:
|
|
||||||
|
if not args.verbose and mx.distributed.init().rank() == 0:
|
||||||
print(response)
|
print(response)
|
||||||
|
mx.synchronize()
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user