"...asr/git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "738d2f8e4a0fb883a84178f0985a97ba74b2b569"
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): ...@@ -36,7 +36,7 @@ def uniq(arr):
def default(val, d): def default(val, d):
if exists(val): if exists(val):
return val return val
return d() if isfunction(d) else d return d
def max_neg_value(t): 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