mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2026-07-02 11:48:12 +08:00
.
This commit is contained in:
parent
671d97fbf6
commit
3b9bd46b3e
@ -134,8 +134,9 @@ class CUDAGraphCache(CUDAGraphCacheABC):
|
||||
def __init__(
|
||||
self,
|
||||
decoder,
|
||||
cache_size: int,
|
||||
) -> None:
|
||||
super().__init__(decoder)
|
||||
super().__init__(decoder, cache_size)
|
||||
|
||||
def create_graph_cache(self, bsz: int) -> NoReturn:
|
||||
raise NotImplementedError("Cuda Graph Is Not Supported For Varlen Model")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user