File size: 395 Bytes
d91766b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # Cookbook
This section summarizes how to start Diffulex through the supported entry points in this repository:
- `benchmark` for evaluation workloads through `diffulex_bench`
- `server` for HTTP serving through `diffulex.server.launch`
- `streamlit` for the sample chat frontend
Start with the page that matches what you want to do:
:::{toctree}
:maxdepth: 1
benchmark
server
streamlit
:::
|