mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-02-05 21:32:31 -05:00
6 lines
97 B
Python
6 lines
97 B
Python
from __future__ import annotations
|
|
|
|
import openllm
|
|
|
|
model = openllm.AutoLLM.for_model("flan-t5")
|