Refactor func load_model to class ModelLoader (#1909)

This commit is contained in:
Mengqing Cao
2024-10-25 21:06:56 +08:00
committed by GitHub
parent 718cfb2dd1
commit 1d6a5e2bd6
4 changed files with 986 additions and 658 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -e
pytest --ignore=tests/e2e/ /workspace/axolotl/tests/
pytest -n4 --ignore=tests/e2e/ /workspace/axolotl/tests/
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/