Replies: 3 comments
-
On the other hand, the conversion
had gone fine, so I know that something is working. |
Beta Was this translation helpful? Give feedback.
-
@kwalcock If you want to serve |
Beta Was this translation helpful? Give feedback.
-
@frankfliu, thank you. We have a homemade server that just uses the native Python implementation. I'll watch for updates. |
Beta Was this translation helpful? Give feedback.
-
I am completely new to this and the response to my request
djl-import -m google/flan-t5-base
is this error message:
Unsupported model architecture: T5ForConditionalGeneration for google/flan-t5-base. model not found: Namespace(limit=1, output_dir='.', output_format='PyTorch', retry_failed=False, cpu_only=False, optimize=None, device=None, dtype=None, category=None, model_name='google/flan-t5-base', trust_remote_code=False, min_version=None) finished.
Does that just mean it can't be done or is there some trick like first converting to onnx or something else that can help? I'm trying to convert a Python program to Java and it uses this model.
Beta Was this translation helpful? Give feedback.
All reactions