-
Notifications
You must be signed in to change notification settings - Fork 377
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
tests: resolved failing test with correct imports #3728
Conversation
chore: added self.__legacy routing to correct usage paramce chore: replaced json-file by bytestring chore: added TrainingTaskForChatCompletion
chore: updated default params docs: updated support table overview
Co-authored-by: Gabriel Martín Blázquez <[email protected]>
…ng-with-gpt-35-turbo-0613-to-argillatrainer
Co-authored-by: Alvaro Bartolome <[email protected]>
Co-authored-by: Alvaro Bartolome <[email protected]>
Hi @davidberenstein1957 I think you forgot to |
Yes exactly. I forgot to push my final changes before. |
# Conflicts: # src/argilla/training/openai.py # tests/integration/client/feedback/training/test_openai.py
@@ -14,8 +14,8 @@ | |||
|
|||
import re | |||
|
|||
import argilla as rg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed in the former PR we shouldn't use import argilla as rg
, but the actual imports e.g. from argilla.client.feedback.dataset import FeedbackDataset
, and so on. As import argilla as rg
is designed for users, internally we should point to the actual module, not to its reference.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assumed mimicking the user flow would be best but will keep this in mind for the following PRs
The URL of the deployed environment for this PR is https://argilla-quickstart-pr-3728-ki24f765kq-no.a.run.app |
Argilla Community Growers
Thanks for your contribution! As part of our Community Growers initiative 🌱, we're donating Justdiggit bunds in your name to reforest sub-Saharan Africa. To claim your Community Growers certificate, please contact David Berenstein in our Slack community or fill in this form https://tally.so/r/n9XrxK once your PR has been merged.
Pull Request Templates
Please go the the
Preview
tab and select the appropriate sub-template:Generic Pull Request Template
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
Closes #<issue_number>
Type of change
(Please delete options that are not relevant. Remember to title the PR according to the type of change)
How Has This Been Tested
(Please describe the tests that you ran to verify your changes. And ideally, reference
tests
)Checklist