Skip to content

Commit

Permalink
Remove print that should not be there (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbenayoun authored Apr 5, 2024
1 parent 6856557 commit 326d79b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optimum/neuron/accelerate/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ def __init__(
self.distributed_type = NeuronDistributedType.MODEL_PARALLELISM

self.mp_plugin = mp_plugin
print("MP PLUGIN", self.mp_plugin)

if torch.distributed.is_initialized() and not parallel_state.model_parallel_is_initialized():
parallel_state.initialize_model_parallel(
Expand Down

0 comments on commit 326d79b

Please sign in to comment.