Skip to content
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

Python : Upgrade Onnx Connector to Version 0.5.0 #9979

Closed
nmoeller opened this issue Dec 16, 2024 · 0 comments · Fixed by #9981
Closed

Python : Upgrade Onnx Connector to Version 0.5.0 #9979

nmoeller opened this issue Dec 16, 2024 · 0 comments · Fixed by #9981
Assignees
Labels
python Pull requests for the Python Semantic Kernel

Comments

@nmoeller
Copy link
Contributor

Upgrade Onnx Connector to Version 0.5.0

Upgrading the Connector will enable the following features for Onnx:

  • Phi3.5 Familiy and Phi3.5 Moe
  • Mac OS Package
  • Lora Adapter Swapping
@markwallace-microsoft markwallace-microsoft added python Pull requests for the Python Semantic Kernel triage labels Dec 16, 2024
@markwallace-microsoft markwallace-microsoft moved this to Community PRs in Semantic Kernel Dec 16, 2024
@moonbox3 moonbox3 assigned nmoeller and unassigned eavanvalkenburg and moonbox3 Dec 16, 2024
github-merge-queue bot pushed a commit that referenced this issue Dec 19, 2024
Closes : #9979

enabled test cases for mac os
upgraded uv.lock file

### Motivation and Context

Using version 0.4.0 did not provide a pip package for MacOS, which
forced us to disabled Unit Tests on MacOs
With version 0.5.0 available we can enable the unit Tests for MacOS.

Using Version 0.5.0 will enable following features for users :

1. Phi3.5 and Phi3.5 MoE
2. MacOS Support without Building the Code from Source
3. LoRa Adapter Swapping

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄

---------

Co-authored-by: Eduard van Valkenburg <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests for the Python Semantic Kernel
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants