Skip to content

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
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 <dmcphers@redhat.com>
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
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