You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add preprocess to ci
[ghstack-poisoned]
* Update on "Add preprocess to ci"
1. Run `test_preprocess.py` in ci.
2. Refactor `test_preprocess.py` by creating the model artifacts (eager, exported, et) once and then re-using them on different inputs.
Test Plan:
```
python -m unittest examples.models.llama3_2_vision.preprocess.test_preprocess
```
[ghstack-poisoned]
* Update on "Add preprocess to ci"
1. Run `test_preprocess.py` in ci.
2. Refactor `test_preprocess.py` by creating the model artifacts (eager, exported, et) once and then re-using them on different inputs.
Test Plan:
```
python -m unittest examples.models.llama3_2_vision.preprocess.test_preprocess
```
[ghstack-poisoned]
* Update on "Add preprocess to ci"
1. Run `test_preprocess.py` in ci.
2. Refactor `test_preprocess.py` by creating the model artifacts (eager, exported, et) once and re-use them on different inputs (previously, create model artifacts for each test).
Test Plan:
```
python -m unittest examples.models.llama3_2_vision.preprocess.test_preprocess
```
[ghstack-poisoned]
* Update on "Add preprocess to ci"
1. Run `test_preprocess.py` in ci.
2. Refactor `test_preprocess.py` by creating the model artifacts (eager, exported, et) once and re-use them on different inputs (previously, create model artifacts for each test).
Test Plan:
```
python -m unittest examples.models.llama3_2_vision.preprocess.test_preprocess
```
[ghstack-poisoned]
* Update on "Add preprocess to ci"
1. Run `test_preprocess.py` in ci.
2. Refactor `test_preprocess.py` by creating the model artifacts (eager, exported, et) once and re-use them on different inputs (previously, create model artifacts for each test).
Test Plan:
```
pytest -c /dev/null -v -n auto examples/models/llama3_2_vision/preprocess/
```
[ghstack-poisoned]
* Update on "Add preprocess to ci"
1. Run `test_preprocess.py` in ci.
2. Refactor `test_preprocess.py` by creating the model artifacts (eager, exported, et) once and re-use them on different inputs (previously, create model artifacts for each test).
Test Plan:
```
pytest -c /dev/null -v -n auto examples/models/llama3_2_vision/preprocess/
```
[ghstack-poisoned]
0 commit comments