mirror of
https://github.com/neonbjb/tortoise-tts.git
synced 2026-01-03 07:10:19 +01:00
Merge pull request #706 from martinshkreli/patch-2
Update transformer.py
This commit is contained in:
commit
aa36bec604
|
|
@ -3,7 +3,7 @@ from functools import partial
|
|||
import torch
|
||||
import torch.nn.functional as F
|
||||
from einops import rearrange
|
||||
from rotary_embedding_torch import RotaryEmbedding, broadcat
|
||||
from rotary_embedding_torch import RotaryEmbedding
|
||||
from torch import nn
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue