microsoft / onnxruntime-training-examples

Examples for using ONNX Runtime for model training.
MIT License
301 stars 60 forks source link

AttributeError: 'ORTTrainingArguments' object has no attribute 'deepspeed_plugin' #153

Closed xinxin12345 closed 1 year ago

xinxin12345 commented 1 year ago

When I run the command "python hf-ort.py --hf_model bert-large --run_config ort --process_count 1 --local_run --model_batchsize 4" I get the following error: AttributeError: 'ORTTrainingArguments' object has no attribute 'deepspeed_plugin'.

prathikr commented 1 year ago

@xinxin12345 please see previous issue for resolution https://github.com/microsoft/onnxruntime-training-examples/issues/148