chenlei
commited on
Commit
·
65baec7
1
Parent(s):
2f37d01
update
Browse files- run/gradio_ootd.py +1 -1
run/gradio_ootd.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
-
os.environ["PYTORCH_CUDA_ALLOC_CONF"] = "max_split_size_mb:
|
4 |
from pathlib import Path
|
5 |
import sys
|
6 |
import torch
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
+
os.environ["PYTORCH_CUDA_ALLOC_CONF"] = "max_split_size_mb:1024"
|
4 |
from pathlib import Path
|
5 |
import sys
|
6 |
import torch
|