Skip to content

Commit 70af715

Browse files
author
Rita Iglesias
committed
Merge branch 'Introducing-the-PlayTorch-app-blog-post' of github.com:Jam3/pytorch.github.io into Introducing-the-PlayTorch-app-blog-post
2 parents 902eb32 + b269417 commit 70af715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2022-7-15-introducing-the-playtorch-app.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In December, we announced PyTorch Live, a toolkit for building AI-powered mobile
1717

1818
The PlayTorch team is excited to announce that we have partnered with [Expo](https://expo.dev) to change the way AI powered mobile experiences are built. Our new release simplifies the process of building mobile AI experiences by eliminating the need for a complicated development environment. You will now be able to build cross platform AI powered prototypes from the very browser you are using to read this blog.
1919

20-
In order to make this happen, we are releasing the [PlayTorch app](...) which is able to run AI-powered experiences built in the [Expo Snack](https://snack.expo.dev/@playtorch/playtorch-starter?supportedPlatforms=my-device) web based code editor.
20+
In order to make this happen, we are releasing the [PlayTorch app](https://playtorch.dev/) which is able to run AI-powered experiences built in the [Expo Snack](https://snack.expo.dev/@playtorch/playtorch-starter?supportedPlatforms=my-device) web based code editor.
2121

2222
<p align="center">
2323
<img src="/assets/images/2022-7-15-introducing-the-playtorch-app-1.gif" width="100%">
@@ -63,7 +63,7 @@ With this JSI API, we now allow users direct access to tensors (data format for
6363

6464
No more switching back and forth between code and config. You will now be able to write everything in JavaScript and have access to all of the type annotations and autocomplete features available to you in those languages.
6565

66-
Check out our [tutorials](https://playtorch.dev/tutorials) to see the new Data Processing API in action, take a deeper dive in the [API docs](https://playtorch.dev/docs/api/core/), or inspect the code yourself on [GitHub](...).
66+
Check out our [tutorials](https://playtorch.dev/tutorials) to see the new Data Processing API in action, take a deeper dive in the [API docs](https://playtorch.dev/docs/api/core/), or inspect the code yourself on [GitHub](https://github.com/facebookresearch/playtorch).
6767

6868
### Expanded Use Cases
6969

0 commit comments

Comments
 (0)