File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ and not everything works at head with release binaries at present.
64
64
65
65
* [ AOT MLP With Static Shapes] ( https://github.com/nod-ai/SHARK-Turbine/blob/main/examples/aot_mlp/mlp_export_simple.py )
66
66
* [ AOT MLP with a dynamic batch size] ( https://github.com/nod-ai/SHARK-Turbine/blob/main/examples/aot_mlp/mlp_export_dynamic.py )
67
- * [ AOT llama2] ( https://github.com/nod-ai/SHARK-Turbine/blob/main/examples/llama2_inference/llama2.ipynb ) :
67
+ * [ AOT llama2] ( https://github.com/nod-ai/SHARK-Turbine/blob/main/core/ examples/llama2_inference/llama2.ipynb ) :
68
68
Dynamic sequence length custom compiled module with state management internal to the model.
69
69
* [ Eager MNIST with ` torch.compile ` ] ( https://github.com/nod-ai/SHARK-Turbine/blob/main/examples/eager_mlp/mlp_eager_simple.py )
70
70
You can’t perform that action at this time.
0 commit comments