Files
OpenLLM/examples/play.py
2023-05-28 06:01:30 -07:00

6 lines
97 B
Python

from __future__ import annotations
import openllm
model = openllm.AutoLLM.for_model("flan-t5")