"git@developer.sourcefind.cn:OpenDAS/fairseq.git" did not exist on "fe2d1581a4360e19d90d6ab8cbf3d9dd2556b2b1"
Commit a5edb981 authored by anton-'s avatar anton-
Browse files

[Patch] Return import for the unclip pipeline loader

parent 54796b7e
...@@ -13,3 +13,4 @@ except OptionalDependencyNotAvailable: ...@@ -13,3 +13,4 @@ except OptionalDependencyNotAvailable:
from ...utils.dummy_torch_and_transformers_objects import UnCLIPPipeline from ...utils.dummy_torch_and_transformers_objects import UnCLIPPipeline
else: else:
from .pipeline_unclip import UnCLIPPipeline from .pipeline_unclip import UnCLIPPipeline
from .text_proj import UnCLIPTextProjModel
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment