Skip to content

Commit 5da702a

Browse files
committed
Update names in notebook
1 parent 899432d commit 5da702a

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

content/learning-paths/mobile-graphics-and-gaming/preparing-models-for-nt/prepare-models-for-nt.ipynb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5+
"id": "af556772",
56
"metadata": {},
67
"source": [
78
"## Notebook setup\n",
@@ -21,6 +22,7 @@
2122
},
2223
{
2324
"cell_type": "markdown",
25+
"id": "424ce3cc",
2426
"metadata": {},
2527
"source": [
2628
"## Create a reference model\n",
@@ -61,11 +63,12 @@
6163
},
6264
{
6365
"cell_type": "markdown",
66+
"id": "4554ea3c",
6467
"metadata": {},
6568
"source": [
6669
"## Export with the ExecuTorch VGF backend\n",
6770
"\n",
68-
"VGF is the file format you use for NX. Through executorch you can lower directly from a Pytoch model straight to a VGF model using the direct VGF backend path first. \n",
71+
"VGF is the file format you use for NX. Through executorch you can lower directly from a PyTorch model straight to a VGF model using the direct VGF backend path first. \n",
6972
"\n",
7073
"An important note is that TOSA inspection is available later as an optional debugging step to view operations of your model. \n"
7174
]
@@ -155,6 +158,7 @@
155158
},
156159
{
157160
"cell_type": "markdown",
161+
"id": "5d259530",
158162
"metadata": {},
159163
"source": [
160164
"## Build and run runtime validation\n",
@@ -228,6 +232,7 @@
228232
},
229233
{
230234
"cell_type": "markdown",
235+
"id": "6db3d66d",
231236
"metadata": {},
232237
"source": [
233238
"## Optional: inspect the TOSA middle step\n",
@@ -289,7 +294,7 @@
289294
"id": "8d4ee8d8",
290295
"metadata": {},
291296
"source": [
292-
"If you are happy wih your model you can now use the Model Converter to turn into a .vgf file or use the Executorch path as you did prior. "
297+
"If you are happy wih your model you can now use the Model Converter to turn into a .vgf file or use the ExecuTorch path as you did prior. "
293298
]
294299
},
295300
{

0 commit comments

Comments
 (0)