Use from DJL (Deep Java Library)?

#34
by kwalcock - opened

Has anyone been able to use this model from Java, with DJL, for example? With that, the responses to

djl-import -m google/flan-t5-base

is the 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.

even though I've been able to import other models.

Sign up or log in to comment