Skip to content

Commit

Permalink
suppress error in readme using updown skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gschwind committed May 4, 2024
1 parent b092caf commit 4bc33ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-readme-pr-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
workflow_dispatch:
jobs:
test-mps:
test-readme-macos:
runs-on: macos-14-xlarge
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-readme-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

jobs:
test-readme:
test-readme-any:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with:
runner: linux.g5.4xlarge.nvidia.gpu
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,12 @@ To build the runner binary on your Mac or Linux:
scripts/build_native.sh aoti
```

[skip default]: begin
Execute
```bash
cmake-out/aoti_run exportedModels/llama3.so -z ~/.torchchat/model-cache/meta-llama/Meta-Llama-3-8B-Instruct/tokenizer.model -l 3 -i "Once upon a time"
```
[skip default]: end

## Mobile Execution

Expand Down

0 comments on commit 4bc33ee

Please sign in to comment.