Commented out a line so that trying to run RoBERTa or DeBERTa causes an error -- tried to comment out as few lines as possible so that adding roBERTa + deBERTa support back in is easier in the future.
Not sure if this should also be mentioned in the README.
background / explanation
RoBERTa currently requires ORT >= 1.12.0 according to this issue (#11268) which was resolved in ORT 1.12.0. However, running with ORT 1.12.0 with the PTCA Docker container and on the specified machine for benchmarking causes this issue (#12312).
DeBERTa has the following unresolved issues when using Optimum's ORTTrainer: #15 and #305
changes made
Commented out a line so that trying to run RoBERTa or DeBERTa causes an error -- tried to comment out as few lines as possible so that adding roBERTa + deBERTa support back in is easier in the future.
Not sure if this should also be mentioned in the README.
background / explanation
RoBERTa currently requires ORT >= 1.12.0 according to this issue (#11268) which was resolved in ORT 1.12.0. However, running with ORT 1.12.0 with the PTCA Docker container and on the specified machine for benchmarking causes this issue (#12312).
DeBERTa has the following unresolved issues when using Optimum's ORTTrainer: #15 and #305