Update ocismllama_pipeline.py
Browse files- ocismllama_pipeline.py +2 -2
ocismllama_pipeline.py
CHANGED
@@ -6,8 +6,8 @@ import transformers
|
|
6 |
|
7 |
# We must use relative import in this directory to allow uploading to HF Hub
|
8 |
# Even "from . import X" pattern doesn't work (undocumented and unclear why)
|
9 |
-
from modeling_ocismllama import OcisMllamaForConditionalGeneration
|
10 |
-
from ocismllama_processing import OcisMllamaProcessor
|
11 |
|
12 |
|
13 |
class OcisMllamaPipeline(transformers.Pipeline):
|
|
|
6 |
|
7 |
# We must use relative import in this directory to allow uploading to HF Hub
|
8 |
# Even "from . import X" pattern doesn't work (undocumented and unclear why)
|
9 |
+
from .modeling_ocismllama import OcisMllamaForConditionalGeneration
|
10 |
+
from .ocismllama_processing import OcisMllamaProcessor
|
11 |
|
12 |
|
13 |
class OcisMllamaPipeline(transformers.Pipeline):
|