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

jupyter lab fixes #1139

Merged
merged 5 commits into from
Jan 22, 2024
Merged

jupyter lab fixes #1139

merged 5 commits into from
Jan 22, 2024

Conversation

winglian
Copy link
Collaborator

@winglian winglian commented Jan 17, 2024

Description

fixes the jupyter lab integration so that it allows CORS and various other fixes

@winglian winglian changed the title Train notebook jupyter lab fixes Jan 18, 2024
training_arguments_kwargs[
"per_device_eval_batch_size"
] = self.cfg.eval_batch_size
if self.cfg.eval_batch_size:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Right, but I'm trying to prevent it from getting set to None here which results in a downstream error I found.

@winglian winglian merged commit eaaeefc into main Jan 22, 2024
7 checks passed
@winglian winglian deleted the train-notebook branch January 22, 2024 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants