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

Fix misplaced lock call in VRAM management routines (minor) #6153

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

lstein
Copy link
Collaborator

@lstein lstein commented Apr 5, 2024

Summary

This corrects a small bug that would result in an additional exception after an OOM error occurred in the model manager. The only effect of the bug was on the log error messages.

Related Issues / Discussions

QA Instructions

Merge Plan

Merge when approved.

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • Documentation added / updated (if applicable)

@github-actions github-actions bot added python PRs that change python files backend PRs that change backend files labels Apr 5, 2024
@lstein lstein changed the title Fix misplaced lock call Fix misplaced lock call in VRAM management routines (minor) Apr 5, 2024
@psychedelicious psychedelicious enabled auto-merge (rebase) April 5, 2024 03:15
@psychedelicious psychedelicious force-pushed the lstein/bugfix/fix-misplaced-lock-call branch from 2866f51 to 5a68207 Compare April 5, 2024 03:17
@psychedelicious psychedelicious merged commit 4571986 into main Apr 5, 2024
14 checks passed
@psychedelicious psychedelicious deleted the lstein/bugfix/fix-misplaced-lock-call branch April 5, 2024 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend PRs that change backend files python PRs that change python files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants