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
Hi,
I am struggling to convert a Torch.nn.Model to TOSA MLIR with the latest torch_mlir builds.
With the torch_mlir snapshot from 27/Jan/2024 the following code works and generates a proper .mlir file.
However, with the latest nightly builds, the .compile is not recogized.
Please suggest how to use the latest torch_mlir to and convert a torch model to TOSA dialect.
Hi,
I am struggling to convert a Torch.nn.Model to TOSA MLIR with the latest torch_mlir builds.
With the torch_mlir snapshot from 27/Jan/2024 the following code works and generates a proper .mlir file.
However, with the latest nightly builds, the .compile is not recogized.
Please suggest how to use the latest torch_mlir to and convert a torch model to TOSA dialect.
The text was updated successfully, but these errors were encountered: