## Fix the model test for `pyhpc_equation_of_state.py` 1. setup env according to [Run a model under torch_xla2](https://github.com/pytorch/xla/blob/master/experimental/torch_xla2/docs/support_a_new_model.md) 2. Run model test under `run_torchbench/` with `python models/your_target_model_name.py` 3. Fix the failure. Please refer to [this guide](https://github.com/pytorch/xla/blob/master/experimental/torch_xla2/docs/support_a_new_model.md) as guide to fix: Also refer to these PRs: * https://github.com/pytorch/xla/pull/7583