We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b02ebf commit 26dfb20Copy full SHA for 26dfb20
moshi/moshi/server.py
@@ -28,11 +28,6 @@
28
import torch._dynamo
29
torch._dynamo.config.suppress_errors = True
30
31
-# Disable CUDA graph capture
32
-# This is needed because quantized models may use operations
33
-# that aren't compatible with CUDA graph capture
34
-os.environ["NO_CUDA_GRAPH"] = "1"
35
-
36
from .client_utils import log
37
from .models import loaders, MimiModel, LMModel, LMGen
38
from .run_inference import get_condition_tensors
0 commit comments