We created this repository to share a curated collection of PyTorch examples for the Windows ARM64. This initiative aims to support developers exploring the capabilities of PyTorch on ARM64 systems within the Windows ecosystem.
To address some missing depedencies, we recommend installing following tools:
-
Visual Studio Build Tools or any Visual Studio
-
In Visual Studio Installer: please select
Desktop development with C++
-
In Visual Studio Installer: please select
VS 2022 C++ ARM64/ARM64EC build tools (latest)
in individual components.
-
-
Install Rust
-
Installing Python 3.12 - Windows ARM64
-
Please create
venv
(Virtual Environment) for dependencies.