Skip to content

Commit

Permalink
Refactor func load_model to class ModelLoader (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
MengqingCao authored Oct 25, 2024
1 parent 718cfb2 commit 1d6a5e2
Show file tree
Hide file tree
Showing 4 changed files with 826 additions and 498 deletions.
2 changes: 1 addition & 1 deletion cicd/cicd.sh
Original file line number Diff line number Diff line change
@@ -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/
Loading

0 comments on commit 1d6a5e2

Please sign in to comment.