Get backend - 1
Browse files- src/pipeline.py +1 -1
src/pipeline.py
CHANGED
@@ -11,7 +11,7 @@ from torch import Generator
|
|
11 |
from torchao.quantization import quantize_, int8_weight_only
|
12 |
from transformers import T5EncoderModel, CLIPTextModel, logging
|
13 |
import torch._dynamo
|
14 |
-
import
|
15 |
torch._dynamo.config.suppress_errors = True
|
16 |
|
17 |
Pipeline: TypeAlias = FluxPipeline
|
|
|
11 |
from torchao.quantization import quantize_, int8_weight_only
|
12 |
from transformers import T5EncoderModel, CLIPTextModel, logging
|
13 |
import torch._dynamo
|
14 |
+
import torch_tensorrt
|
15 |
torch._dynamo.config.suppress_errors = True
|
16 |
|
17 |
Pipeline: TypeAlias = FluxPipeline
|