-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate AML SDK from v1 to v2 (#2134)
* Migrate AML SDK from v1 to v2 Signed-off-by: Simon Zhao <[email protected]> * Correct MLClient constructor paramenter names Signed-off-by: Simon Zhao <[email protected]> * Remove unsupported operation begin_start() on AmlCompute Signed-off-by: Simon Zhao <[email protected]> * Add label for environments.get() Signed-off-by: Simon Zhao <[email protected]> * Remove environment get Signed-off-by: Simon Zhao <[email protected]> * Update Signed-off-by: Simon Zhao <[email protected]> * Correct experiment and environment names Signed-off-by: Simon Zhao <[email protected]> * Correct compute Signed-off-by: Simon Zhao <[email protected]> * Create Conda env inside Dockerfile Signed-off-by: Simon Zhao <[email protected]> * Catch ResourceNotFoundError Signed-off-by: Simon Zhao <[email protected]> * Correct experiment name Signed-off-by: Simon Zhao <[email protected]> * Update env creation and job running Signed-off-by: Simon Zhao <[email protected]> * Try waiting for completion by stream Signed-off-by: Simon Zhao <[email protected]> * Try to fix conda activate Signed-off-by: Simon Zhao <[email protected]> * Import sys Signed-off-by: Simon Zhao <[email protected]> * Change logging level Signed-off-by: Simon Zhao <[email protected]> * Exit directly once pytest fails Signed-off-by: Simon Zhao <[email protected]> * Set numpy<2.0.0 due to issue of cornac Signed-off-by: Simon Zhao <[email protected]> * Correct Dockerfile Signed-off-by: Simon Zhao <[email protected]> * Change heredoc Signed-off-by: Simon Zhao <[email protected]> * Set dockerfile version Signed-off-by: Simon Zhao <[email protected]> * Copy environment.yml to container Signed-off-by: Simon Zhao <[email protected]> * Update .github/actions/azureml-test/action.yml Co-authored-by: Miguel Fierro <[email protected]> * Update as suggested by Andreas * Print pytest logs Signed-off-by: Simon Zhao <[email protected]> * Group outputs Signed-off-by: Simon Zhao <[email protected]> * Install pip in conda env, and show pytest warnings Signed-off-by: Simon Zhao <[email protected]> * Add command name Signed-off-by: Simon Zhao <[email protected]> * Update Signed-off-by: Simon Zhao <[email protected]> * Show warnings in pytest Signed-off-by: Simon Zhao <[email protected]> * Show warnings in pytest Signed-off-by: Simon Zhao <[email protected]> --------- Signed-off-by: Simon Zhao <[email protected]> Co-authored-by: Miguel Fierro <[email protected]>
- Loading branch information
1 parent
da4b2db
commit f6d3e6b
Showing
11 changed files
with
472 additions
and
555 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
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
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.