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

Work with Python 3.8 #448

Merged
merged 10 commits into from
Feb 13, 2024
Merged

Work with Python 3.8 #448

merged 10 commits into from
Feb 13, 2024

Conversation

hxdtest
Copy link
Contributor

@hxdtest hxdtest commented Feb 12, 2024

The OLMo doesn't work with Python 3.8. This is because cache is not available before Python 3.9 in functools and MutableMapping from collections.abc doesn't work with Python 3.8 as described issue 446

@natolambert
Copy link
Contributor

Hey @hxdtest, this is a good start. Looks like theres maybe a github action issue with 3.8, which I can look at later, and linting is needed for the style check.

@hxdtest
Copy link
Contributor Author

hxdtest commented Feb 13, 2024

Hey @hxdtest, this is a good start. Looks like theres maybe a github action issue with 3.8, which I can look at later, and linting is needed for the style check.

Thanks, I will fix the linting problem.

@natolambert
Copy link
Contributor

natolambert commented Feb 13, 2024

Yeah this looks good, I'm new to OLMo maintenance, so will see if we can get this merged.
Can you bump the version here back to 3.9 d9c0993

Copy link
Member

@epwalsh epwalsh left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @hxdtest!

@epwalsh epwalsh merged commit 9fd9130 into allenai:main Feb 13, 2024
11 checks passed
sarahwie pushed a commit to sarahwie/OLMo that referenced this pull request Feb 16, 2024
Co-authored-by: 玄钛 <[email protected]>
Co-authored-by: Pete <[email protected]>
Co-authored-by: epwalsh <[email protected]>
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.

3 participants