chore: bump synapseml to v1.0.10#2351
Merged
Merged
Conversation
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 <mhamilton723@gmail.com>
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
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.