Skip to content

Python: fixes for hugging face and working integration tests#4927

Merged
moonbox3 merged 4 commits intomicrosoft:mainfrom
eavanvalkenburg:hf_fix
Feb 9, 2024
Merged

Python: fixes for hugging face and working integration tests#4927
moonbox3 merged 4 commits intomicrosoft:mainfrom
eavanvalkenburg:hf_fix

Conversation

@eavanvalkenburg
Copy link
Member

Motivation and Context

Fixes #4652
and reenabled integration tests for hugging face
found we never added the prompt execution settings class into the right place in the HF class, fixed now.

Description

Contribution Checklist

@eavanvalkenburg eavanvalkenburg requested a review from a team as a code owner February 8, 2024 13:27
@shawncal shawncal added the python Pull requests for the Python Semantic Kernel label Feb 8, 2024
@moonbox3 moonbox3 added this pull request to the merge queue Feb 8, 2024
@moonbox3 moonbox3 removed this pull request from the merge queue due to a manual request Feb 8, 2024
@moonbox3 moonbox3 added this pull request to the merge queue Feb 9, 2024
Merged via the queue into microsoft:main with commit 9ec3234 Feb 9, 2024
eavanvalkenburg added a commit to eavanvalkenburg/semantic-kernel that referenced this pull request Feb 12, 2024
…ft#4927)

### Motivation and Context

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->
Fixes microsoft#4652 
and reenabled integration tests for hugging face
found we never added the prompt execution settings class into the right
place in the HF class, fixed now.

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

### 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 😄
@eavanvalkenburg eavanvalkenburg deleted the hf_fix branch February 27, 2024 10:54
Bryan-Roe pushed a commit to Bryan-Roe-ai/semantic-kernel that referenced this pull request Oct 6, 2024
…ft#4927)

### Motivation and Context

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->
Fixes microsoft#4652 
and reenabled integration tests for hugging face
found we never added the prompt execution settings class into the right
place in the HF class, fixed now.

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

### 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 😄
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

None yet

Development

Successfully merging this pull request may close these issues.

Python: planner using Huggingface

4 participants