Expected the batch dimensions of a (((384,),)) and the batch dimensions of b (()) to be the same #826
Labels
dynamo
high priority
nemo
Issues needed to support NVIDIA NeMo models.
program-coverage
Requests for model and program coverage
🚀 Model / language coverage
Examine fails on one of the NeVA subgraphs (as divided by Dynamo):
This can be reproduced by defining:
and then compiling the model (in main) with
model.model = torch.compile(backend=thunder_backend)(model.model)
.Pitch
This is for #343.
Alternatives / Potential work-arounds
Minimal Repro
cc @apaz-cli @tfogal
The text was updated successfully, but these errors were encountered: