Skip to content

Commit 9c80c53

Browse files
committed
Add xor.ptd and .pte files directly temporarily
In order to check correctness after XOR file preparation, temporarily push the files directly into the repo given the smaller size.
1 parent 7f4a62d commit 9c80c53

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ pip-out/
2525
*.bin
2626
*.model
2727
tokenizer.json
28-
*.pte
2928
!test_bpe_tokenizer.bin
3029
!test_tiktoken_tokenizer.model
3130

extension/android/executorch_android/android_test_setup.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ prepare_add() {
1818
python3 -m test.models.export_program --modules "ModuleAdd" --outdir "${BASEDIR}/src/androidTest/resources/"
1919
}
2020

21-
prepare_xor() {
22-
python3 -m extension.training.examples.XOR.export_model --outdir "${BASEDIR}/src/androidTest/resources/" --external
23-
}
24-
2521
prepare_tinyllama() {
2622
pushd "${BASEDIR}/../../../"
2723
curl -C - -Ls "https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt" --output stories15M.pt
@@ -47,6 +43,5 @@ prepare_vision() {
4743
}
4844

4945
prepare_add
50-
prepare_xor
5146
prepare_tinyllama
5247
prepare_vision
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)