WFGY/example_04_remote_inference.py
2025-06-11 17:42:29 +08:00

8 lines
195 B
Python

from wfgy_core import WFGYRunner
runner = WFGYRunner(
model_id="tiiuae/falcon-7b-instruct",
use_remote=False
)
runner.run("Why don't AIs like to take showers?")