Skip to content

Commit 09ff722

Browse files
huydhnfacebook-github-bot
authored andcommitted
Fix missing llama2 model on Device Farm (#4162)
Summary: This changes the input to upload the export llama2 model from S3, the caching logic will be implemented upstream in pytorch/test-infra#5405 kirklandsign I see that running llama2 on S22 runs OOM now, do you have any insights on that? Pull Request resolved: #4162 Reviewed By: kirklandsign Differential Revision: D59416499 Pulled By: huydhn fbshipit-source-id: d5be31c7c0b14d6d16935ae0986195a39f7fe087
1 parent 46b10a7 commit 09ff722

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,6 @@ jobs:
118118
# The test spec can be downloaded from https://ossci-assets.s3.amazonaws.com/android-llama2-device-farm-test-spec.yml
119119
test-spec: arn:aws:devicefarm:us-west-2:308535385114:upload:02a2cf0f-6d9b-45ee-ba1a-a086587469e6/abd86868-fa63-467e-a5c7-218194665a77
120120
# The exported llama2 model and its tokenizer, can be downloaded from https://ossci-assets.s3.amazonaws.com/executorch-android-llama2-7b.zip.
121-
# Among the input, this is the biggest file and uploading it to AWS beforehand makes the test run much faster
122-
extra-data: arn:aws:devicefarm:us-west-2:308535385114:upload:02a2cf0f-6d9b-45ee-ba1a-a086587469e6/30168984-65d3-4637-a54d-908649e70141
121+
# Among the input, this is the biggest file, so it is cached on AWS to make the test faster. Note that the file is deleted by AWS after 30
122+
# days and the job will automatically re-upload the file when that happens.
123+
extra-data: https://ossci-assets.s3.amazonaws.com/executorch-android-llama2-7b.zip

0 commit comments

Comments
 (0)