tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[Relax][PyTorch] Fix AssertionError: Unsupported function types `randn.default`

Open cchung100m opened this issue 3 months ago • 0 comments

This PR is trying to fix issues https://github.com/apache/tvm/issues/18362.

For now, return zeros with the correct shape since random initialization randn is mainly used during training, not inference. This is a temporary solution until Relax adds proper random number generation support.

cchung100m avatar Oct 25 '25 09:10 cchung100m