-
Notifications
You must be signed in to change notification settings - Fork 856
chore: free up space on build machines prior to caching #2353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or 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
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2353 +/- ##
==========================================
- Coverage 83.67% 83.64% -0.04%
==========================================
Files 331 331
Lines 17177 17177
Branches 1526 1526
==========================================
- Hits 14373 14367 -6
- Misses 2804 2810 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
971d898 to
f7c7db0
Compare
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
f7c7db0 to
45e55fd
Compare
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
JessicaXYWang
pushed a commit
to JessicaXYWang/SynapseML
that referenced
this pull request
Mar 10, 2025
mhamilton723
added a commit
that referenced
this pull request
Mar 24, 2025
* update openai compeletion doc * disable some OpenAICompletion Unit test * use chatCompletion for DefaultsSuite * ignore OpenAICompletionSuite * update langchain chat completion notebook * fix langchain test * fix typo * add dependency * run test * add time for deeplearning test * test run * chore: bump synapseml to v1.0.10 (#2351) * Make sure library isnt released twice * update langchain chat completion notebook * fix langchain test * chore: free up space on build machines prior to caching (#2353) * chore: streamline cache fix (#2354) * fix typo * add dependency * run test * add time for deeplearning test * test run * change to 4o * revert changes in langchain test, just update model to 4o * test run for a better error * test run * fix 2 failed lanchain test * e2e update model version * format * remove llm type attribute, skip save and load --------- Co-authored-by: Mark Hamilton <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issues/PRs
#xxx
What changes are proposed in this pull request?
Briefly describe the changes included in this Pull Request.
How is this patch tested?
Does this PR change any dependencies?
Does this PR add a new feature? If so, have you added samples on website?
website/docs/documentationfolder.Make sure you choose the correct class
estimators/transformersand namespace.DocTablepoints to correct API link.yarn run startto make sure the website renders correctly.<!--pytest-codeblocks:cont-->before each python code blocks to enable auto-tests for python samples.WebsiteSamplesTestsjob pass in the pipeline.