Skip to content

Commit

Permalink
Merge pull request #41 from abinitio888/main
Browse files Browse the repository at this point in the history
Fix import partial
  • Loading branch information
lucidrains authored Mar 31, 2023
2 parents 80ad8cc + 64bae47 commit 4d74aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion musiclm_pytorch/musiclm_pytorch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import math
from functools import wraps
from functools import wraps, partial

import torch
import torch.nn.functional as F
Expand Down

0 comments on commit 4d74aa0

Please sign in to comment.