zhaoyuanh
Results
1
issues of
zhaoyuanh
## Bug Description ``` from contextlib import nullcontext import torch import torch.nn as nn import torch.nn.functional as F import torch_tensorrt class SampleNetwork(nn.Module): def __init__( self, num_attention_heads: int, ) -> None:...
bug