Skip to content

Commit 81a7e88

Browse files
mergennachinfacebook-github-bot
authored andcommitted
Use XNNPACK for stories110M model (#2895)
Summary: Pull Request resolved: #2895 It is using portable ops. We should just advertise the XNNPACK path. bypass-github-export-checks bypass-github-pytorch-ci-checks bypass-github-executorch-ci-checks Reviewed By: guangy10, cbilgin Differential Revision: D55827951 fbshipit-source-id: 318f76b0fa047f9dd4ef621b1f8bb8e3af529ba0
1 parent 020d8be commit 81a7e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If you want to deploy and run a smaller model for educational purposes. From `ex
8181
```
8282
3. Export model and generate `.pte` file.
8383
```
84-
python -m examples.models.llama2.export_llama -c stories110M.pt -p params.json
84+
python -m examples.models.llama2.export_llama -c stories110M.pt -p params.json -X
8585
```
8686
4. Create tokenizer.bin.
8787

0 commit comments

Comments
 (0)