Remove setting of PT_HPU_LAZY_MODE=2 in training_args.py#625
Conversation
Co-authored-by: regisss <15324346+regisss@users.noreply.github.com>
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
|
@regisss Since I pushed this PR from a fork which has a different name "HabanaAI/optimum-habana-fork" instead of usual "user-name/optimum-habana , there was a failure in Build PR documentation step. I added a small change to Dockerfile to fix this. |
…ggingface#625) Co-authored-by: Piotr Bielak <pbielak@users.noreply.github.com> Co-authored-by: regisss <15324346+regisss@users.noreply.github.com>
What does this PR do?
Cleanup code in training_args.py to remove setting of PT_HPU_LAZY_MODE=2 (this is not supported SynapseAI release 1.13.0 onwards).
Fixes # (issue)
Before submitting