"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "6106ed163033039efd1f90fc1b8e353244095c79"
Commit 9ba44099 authored by comfyanonymous's avatar comfyanonymous
Browse files

It's actually possible to torch.compile the unet now.

parent 51d54775
......@@ -36,7 +36,7 @@ def uniq(arr):
def default(val, d):
if exists(val):
return val
return d() if isfunction(d) else d
return d
def max_neg_value(t):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment