pytorch/xla
A Python package that bridges PyTorch with XLA compiler infrastructure to run deep learning models on Google TPU accelerators.

Velocity · 7d
+1.0
★ / day
Trend
→steady
star history
PyTorch/XLA provides the integration layer between the PyTorch framework and XLA (Accelerated Linear Algebra), Google’s compiler for TPUs and other accelerators. It allows PyTorch users to execute their existing models on Cloud TPU hardware without significant code changes. The project supports distributed training across multiple TPUs and includes examples for workloads like Stable Diffusion.