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

adapt to nodelib 0.12 #11

Merged
merged 5 commits into from
Nov 26, 2024
Merged

adapt to nodelib 0.12 #11

merged 5 commits into from
Nov 26, 2024

Conversation

denniswittich
Copy link
Collaborator

@denniswittich denniswittich commented Nov 20, 2024

Requires Nodelib 12 (which is not deployed yet -> not configured yet)

if number == '':
return 0
return int(number)
except ValueError:
return 0
Copy link
Contributor

Choose a reason for hiding this comment

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

When could this happen?
We will most likely remove it in delete_older_epochs. Is this what we want?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

What do you mean by 'it' ???

Copy link
Contributor

Choose a reason for hiding this comment

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

the epoch weight file

@denniswittich denniswittich merged commit f6d2226 into main Nov 26, 2024
2 checks passed
@denniswittich denniswittich deleted the nodelib-12 branch November 26, 2024 09:05
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.

2 participants