lucadiliello / pytorch-apple-silicon-benchmarks

Performance of PyTorch on Apple Silicon
GNU General Public License v3.0
43 stars 7 forks source link

failed assertion `Error: MLIR pass manager failed' #2

Open dvrk-dvys opened 2 years ago

dvrk-dvys commented 2 years ago

Not exactly sure how to read this error.

python BERT_MPS_PYTORCH/transformer_sequence_classifier.py --device mps Some weights of the model checkpoint at bert-base-cased were not used when initializing BertForSequenceClassification: ['cls.predictions.transform.dense.bias', 'cls.predictions.bias', 'cls.predictions.transform.LayerNorm.bias', 'cls.predictions.decoder.weight', 'cls.predictions.transform.LayerNorm.weight', 'cls.seq_relationship.bias', 'cls.predictions.transform.dense.weight', 'cls.seq_relationship.weight']

lucadiliello commented 2 years ago

I cannot reproduce the bug. Can you please post the exact version of each relevant library?