generated from mmistakes/mm-github-pages-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Multi chip performance in JAX | ||
|
||
The larger the models we use get the more it becomes necessary to be able to perform training of machine learning models over multiple chips. | ||
In this blog post we will explain how to efficently use Googles TPU. TPUs are especially convenient as they are designed especially for machine learning and easily deployable on Google cloud. For an introduction on how to deploy your own TPU with Google cloud [see this excellent documentation](https://github.com/ayaka14732/tpu-starter?tab=readme-ov-file#2-introduction-to-tpu). | ||
|
||
In this tutorial we will take a simple layerwise matrix multiplication of activations with weights as our running example. The workload may be visualized like this: | ||
|
||
![Layer-wise Matrix Multiplication](assets/LayerMatMul.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.