Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SunMarc committed May 16, 2024
1 parent 6864199 commit c55e843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_big_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,8 @@ def forward(self, x):
del model
gc.collect()

# This test fails because sometimes data_ptr() of compute2.weight is the same of compute1.weight.
# I check that the values are not the same but it gives the same address. This does not happen on my local machine.
# This test fails because sometimes data_ptr() of compute2.weight is the same as compute1.weight.
# I checked that the values are not the same but it gives the same address. This does not happen on my local machine.
@require_cuda
@unittest.skip(
"Flaky test, we should have enough coverage with test_dispatch_model_tied_weights_memory_with_nested_offload_cpu test"
Expand Down

0 comments on commit c55e843

Please sign in to comment.