add e2e smoke tests for llama liger integration (#1884)

* add e2e smoke tests for llama liger integration

* fix import

* don't use __main__ for test

* consolidate line
This commit is contained in:
Wing Lian
2024-09-01 19:29:37 -04:00
committed by GitHub
parent bdab3ec587
commit 0aeb277456
3 changed files with 112 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
set -e
pytest --ignore=tests/e2e/ /workspace/axolotl/tests/
pytest -n1 --dist loadfile -v /workspace/axolotl/tests/e2e/patched/
pytest --ignore=tests/e2e/patched/ --ignore=tests/e2e/multigpu/ /workspace/axolotl/tests/e2e/
pytest -n1 --dist loadfile -v /workspace/axolotl/tests/e2e/patched/ /workspace/axolotl/tests/e2e/integrations/
pytest --ignore=tests/e2e/patched/ --ignore=tests/e2e/multigpu/ --ignore=tests/e2e/integrations/ /workspace/axolotl/tests/e2e/