Skip to content

Commit 8393020

Browse files
committed
Edit comments
1 parent 910261f commit 8393020

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

distributed/parallelize_llama.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ def parallelize_llama(
107107
parallel_dims: ParallelDims,
108108
) -> nn.Module:
109109
"""
110-
Apply tensor parallelism, activation checkpointing, torch.compile, and data
111-
parallelism to the model.
110+
Apply tensor parallelism and other parallelism(TODO) to the model for inference.
112111
113112
NOTE: The passed-in model preferably should be on meta device. Otherwise,
114113
the model must fit on GPU or CPU memory.

0 commit comments

Comments
 (0)