mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-03-13 12:38:08 -04:00
6 lines
97 B
Python
6 lines
97 B
Python
from __future__ import annotations
|
|
|
|
import openllm
|
|
|
|
model = openllm.AutoLLM.for_model("flan-t5")
|