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
[Fix] To change the model zip file name from hugging face org id to a custom prefix when upload_prefix provided. (#413)
* [Feature] Add a workflow parameter that model uploader can specific a customize prefix.
Signed-off-by: conggguan <[email protected]>
* [Fix] To change the model zip file name from hugging face org id to a custom prefix when upload_prefix provided.
Signed-off-by: conggguan <[email protected]>
* [Fix] Revert the redundant history.
Signed-off-by: conggguan <[email protected]>
* [Add] add a changelog item.
Signed-off-by: conggguan <[email protected]>
---------
Signed-off-by: conggguan <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
46
46
- updating listing file with three v2 sparse model - by @dhrubo-os ([#412](https://github.com/opensearch-project/opensearch-py-ml/pull/412))
47
47
48
48
### Fixed
49
+
- Fix the wrong final zip file name in model_uploader workflow, now will name it by the upload_prefix alse.([#413](https://github.com/opensearch-project/opensearch-py-ml/pull/413/files))
49
50
- Fix the wrong input parameter for model_uploader's base_download_path in jekins trigger.([#402](https://github.com/opensearch-project/opensearch-py-ml/pull/402))
50
51
- Enable make_model_config_json to add model description to model config file by @thanawan-atc in ([#203](https://github.com/opensearch-project/opensearch-py-ml/pull/203))
51
52
- Correct demo_ml_commons_integration.ipynb by @thanawan-atc in ([#208](https://github.com/opensearch-project/opensearch-py-ml/pull/208))
0 commit comments