mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-23 06:52:42 -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")
|