Skip to content

Commit

Permalink
modify unit test for fpdt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinghan Yao committed Nov 5, 2024
1 parent 02c2fbf commit f570213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepspeed/sequence/fpdt_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def __init__(self, chunk: torch.Tensor, device=None, is_in_use=False):
self.gpu_chunk = chunk if is_in_use else None

def load_to_gpu(self):
assert self.gpu_chunk is None
# assert self.gpu_chunk is None
if self.gpu_chunk is not None:
pass
else:
Expand Down

0 comments on commit f570213

Please sign in to comment.