You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "build.py", line 217, in <module>
main(args)
File "build.py", line 201, in main
trt_llm_model(*inputs)
File "/usr/local/lib/python3.8/dist-packages/tensorrt_llm/module.py", line 26, in __call__
return self.forward(*args, **kwargs)
File "/workspace/examples/sam/models/segment_anything/model.py", line 21, in forward
out = self.layernorm(inp)
File "/usr/local/lib/python3.8/dist-packages/tensorrt_llm/module.py", line 26, in __call__
return self.forward(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/tensorrt_llm/layers/normalization.py", line 30, in forward
return layer_norm(x, self.normalized_shape, weight, bias, self.eps)
File "/usr/local/lib/python3.8/dist-packages/tensorrt_llm/functional.py", line 3152, in layer_norm
input, weight = broadcast_helper(input, weight)
File "/usr/local/lib/python3.8/dist-packages/tensorrt_llm/functional.py", line 1740, in broadcast_helper
if left.rank() == right.rank():
AttributeError: 'NoneType' object has no attribute 'rank'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: