-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
559 add inference job tests to makefile (#633)
* Added inference test to Makefile, cleaned deps * More deps * Fixed eval + inference tests * Addressed review comments - refactored target names and removed test-*-target wildcard to avoid recursive calls - added more comments to better explain what happens in tests - moved jobs tests away from backend Now test targets are: - test-all - test-sdk - test-sdk-unit - test-sdk-integration-container - test-backend - test-backend-unit - test-backend-integration-container - test-jobs - test-jobs-evaluation-unit - test-jobs-inference-unit * Fix CI tests * Added jobs to watched paths so we can update them live in the container
- Loading branch information
Showing
8 changed files
with
80 additions
and
427 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
lumigator/python/mzai/jobs/inference/tests/data/config_full_hf.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.