I am running a benchmark on the AWS Habana Base AMI, Ubuntu 18.04. I’ve cloned my github repo and I am running my test in the TF 2.7.0 docker image. Running on a single HPU works fine but when trying to implement HPUStrategy for multi-worker training I run into problems. When creating the strategy using HPUStrategy, I keep getting this error:
TypeError: _initialize_local() got an unexpected keyword argument ‘device’
Is there an additional step I need to take before creating the strategy? I’ve added a screenshot of the script and the error occurs on line 11.