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
I am not entirely sure if this is a valid fusion definition.
The error happens when I run HF Llama 3.2 1b in training mode (passing input_ids and labels), with NVFuser followed by a TorchCompile executor (which is nonstandard).
Please do close if you think the fusion definition is at fault, I'm just sending it because the error said internal assert rather than bad input.
An error occurred while executing nvFuser FusionDefinition 38.
If you believe this is a bug or need assistance, please file an issue at https://github.com/NVIDIA/Fuser/issues/new
Here's a script to reproduce the error:
I am not entirely sure if this is a valid fusion definition.
The error happens when I run HF Llama 3.2 1b in training mode (passing input_ids and labels), with NVFuser followed by a TorchCompile executor (which is nonstandard).
Please do close if you think the fusion definition is at fault, I'm just sending it because the error said internal assert rather than bad input.
An error occurred while executing nvFuser FusionDefinition 38.
If you believe this is a bug or need assistance, please file an issue at https://github.com/NVIDIA/Fuser/issues/new
Here's a script to reproduce the error:
Python repro I'm using:
of course, it should also work with specifying the config directly instead of using from_pretrained, e.g.
The text was updated successfully, but these errors were encountered: