Skip to content

Commit

Permalink
Fixes for failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jainapurva committed Aug 7, 2024
1 parent 13023d4 commit 01f0ba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/float8/test_inference_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
random.seed(0)
torch.manual_seed(0)

is_H100 = torch.cuda.is_available() and torch.cuda.get_device_capability() >= (9, 0)
is_cuda_8_9 = torch.cuda.is_available() and torch.cuda.get_device_capability() >= (8, 9)

class FeedForward(nn.Module):
Expand Down

0 comments on commit 01f0ba1

Please sign in to comment.