Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use oneAPI version in PyTorch cache key (#2597)
In new runners `/opt/intel/installed.txt` will contain a list of installed packages. Use this file, if exists, to calculate a composite cache key for PyTorch. The key should be the same for the existing runners (with PTDB), and a new PyTorch build should be triggered on the new runners (with DLE). Fixes #2596.
- Loading branch information