mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac: cuda error gc
This commit is contained in:
parent
9ff54288ef
commit
35e7e07821
@ -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 New Issue
Block a user