pie 0.2.0

Pie: A Programmable LLM Serving System
Documentation
1
2
3
interface run {
  run: func() -> result<_, string>;
}