You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Init a sparse model auto tracing workflow.
Signed-off-by: conggguan <[email protected]>
* Change the minimum-approvals of sparse model uploader to 2. Add some test case. Remove some redundant lines.
Signed-off-by: conggguan <[email protected]>
* Fix some test cases.
Signed-off-by: conggguan <[email protected]>
* Remove the temp test jupyter notebook.
Signed-off-by: conggguan <[email protected]>
* Change the variable name of inner model, and optimize the license verification.
Signed-off-by: conggguan <[email protected]>
* Address some comments, and nox format.
Signed-off-by: conggguan <[email protected]>
* Fix a bug for NeuralSparseModel's init. And remove a redundant save_pretrained.
Signed-off-by: conggguan <[email protected]>
* [Fix] Deleted some redundant code caused a faiure test case, fixed it.
Signed-off-by: conggguan <[email protected]>
* [Style]:Run a nox -s format to make format identical.
Signed-off-by: conggguan <[email protected]>
* [Fix] Simplify the SparseEncodingModel and fix a bug for multiple texts embeddings.
Signed-off-by: conggguan <[email protected]>
* [Fix] Make register_and_deploy_sparse_encoding_model return proper list but not single map.
Signed-off-by: conggguan <[email protected]>
* [Fix] Fix a bug for register_and_deploy_sparse_encoding_model, it now generate correct list of embedding of input texts.
Signed-off-by: conggguan <[email protected]>
* [Fix] Fix sparse encoding mdoel's test_check_required_fields test case.
Signed-off-by: conggguan <[email protected]>
* [Fix] Renamed a unproper variable name.
Signed-off-by: conggguan <[email protected]>
* [Refactor] Add some comments and extract some constants to a new file.
Signed-off-by: conggguan <[email protected]>
* [Refactor] Simplify and reuse some code from model auto tracing.
Signed-off-by: conggguan <[email protected]>
* [Refactor] Simplify and reuse some code from model auto tracing.
Signed-off-by: conggguan <[email protected]>
* [Refactor] Add a function comments and merge the sparse model trace workflow and dense.
Signed-off-by: conggguan <[email protected]>
* [Refactor] Merge the sparse and dense model's ci branch.
Signed-off-by: conggguan <[email protected]>
* [Refactor] Change for more common API, add a line of comments.
Signed-off-by: conggguan <[email protected]>
---------
Signed-off-by: conggguan <[email protected]>
echo "unverified=- [ ] :warning: The license cannot be verified. Please confirm by yourself that the model is licensed under Apache 2.0 :warning:" >> $GITHUB_OUTPUT
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
14
14
- Add support for model profiles by @rawwar in ([#358](https://github.com/opensearch-project/opensearch-py-ml/pull/358))
15
15
- Support for security default admin credential changes in 2.12.0 in ([#365](https://github.com/opensearch-project/opensearch-py-ml/pull/365))
16
16
- adding cross encoder models in the pre-trained traced list ([#378](https://github.com/opensearch-project/opensearch-py-ml/pull/378))
17
-
17
+
- Add workflows and scripts for sparse encoding model tracing and uploading process by @conggguan in ([#394](https://github.com/opensearch-project/opensearch-py-ml/pull/394))
18
18
19
19
### Changed
20
20
- Modify ml-models.JenkinsFile so that it takes model format into account and can be triggered with generic webhook by @thanawan-atc in ([#211](https://github.com/opensearch-project/opensearch-py-ml/pull/211))
0 commit comments