nod-ai / SHARK-ModelDev

Unified compiler/runtime for interfacing with PyTorch Dynamo.
Apache License 2.0
95 stars 48 forks source link

Missing Dim Params for Some nlp Models #860

Closed zjgarvey closed 1 month ago

zjgarvey commented 1 month ago

Several nlp models are missing the dim params "encoder_sequence_length" and "decoder_sequence_length".

Will post an update to resolve this soon.

zjgarvey commented 1 month ago

resolved with https://github.com/nod-ai/SHARK-TestSuite/pull/365