mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac: cuda error gc
This commit is contained in:
parent
9ff54288ef
commit
35e7e07821
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ log.info(f"GLOBAL_LOG_LEVEL: {GLOBAL_LOG_LEVEL}")
|
||||||
|
|
||||||
if "cuda_error" in locals():
|
if "cuda_error" in locals():
|
||||||
log.exception(cuda_error)
|
log.exception(cuda_error)
|
||||||
|
del cuda_error
|
||||||
|
|
||||||
log_sources = [
|
log_sources = [
|
||||||
"AUDIO",
|
"AUDIO",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue