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

Updating to > 1.0 openai #17

Merged
merged 1 commit into from
Jun 26, 2024
Merged

Updating to > 1.0 openai #17

merged 1 commit into from
Jun 26, 2024

Conversation

danmcp
Copy link
Member

@danmcp danmcp commented Jun 25, 2024

Updating to a newer openai to not conflict with the cli

@danmcp danmcp force-pushed the main branch 7 times, most recently from d45fc4d to 8598da5 Compare June 26, 2024 02:50
@@ -50,8 +50,7 @@ def run(self) -> tuple:

individual_scores: dict = {}
agg_score: float = 0.0
model_args = f"pretrained= {self.model_path}, dtype= {self.model_dtype}"

model_args = f"pretrained={self.model_path},dtype={self.model_dtype}"
Copy link
Member Author

@danmcp danmcp Jun 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alimaredia @alinaryan @JamesKunstle FYI in case you hit this issue as well.

Signed-off-by: Dan McPherson <[email protected]>
@@ -2,7 +2,7 @@
FastChat
GitPython>=3.1.42,<4.0.0
shortuuid
openai<1.0.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are there any implications to this bump? or is it a clean reversioning?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might not be understanding the questions. But there were several changes with the API that needed corresponding changes on our side that are in the commit.

Copy link
Contributor

@JamesKunstle JamesKunstle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

everything changes here looks good if it works during manual testing. one question about versioning implications but not something that should block merging.

@nathan-weinberg nathan-weinberg merged commit fb97c33 into instructlab:main Jun 26, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants