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

Merge main #12

Merged
merged 55 commits into from
Oct 31, 2024
Merged

Merge main #12

merged 55 commits into from
Oct 31, 2024

Conversation

NathanHB
Copy link
Member

No description provided.

NathanHB and others added 30 commits June 26, 2024 15:28
Co-authored-by: Hailey Schoelkopf <[email protected]>
# place model onto device requested manually,
# if not using HF Accelerate or device_map
# or any other option that preloads model onto device
try:
self.model.to(self.device)
print(f"Model placed onto device '{self.device}'")
Copy link
Member Author

Choose a reason for hiding this comment

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

Suggested change
print(f"Model placed onto device '{self.device}'")
eval_logger.info(f"Model placed onto device '{self.device}'")

@NathanHB NathanHB merged commit 99207b7 into main Oct 31, 2024
3 of 4 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.

2 participants