WFGY/README_demo.ipynb
2025-06-12 22:00:00 +08:00

33 lines
900 B
Text

{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# One-click WFGY demo\n",
"Installs the SDK, then runs **wfgy_full_demo.py** which shows:\n",
"* single-prompt variance / KL / histogram \n",
"* batch metrics table (5 prompts) \n",
"* marketing footer with PDF mode & star goal"
]
},
{
"cell_type": "code",
"metadata": { "id": "install-run" },
"source": [
"!pip install --quiet git+https://github.com/onestardao/WFGY.git@main \\\n",
" tabulate matplotlib transformers torch --extra-index-url https://download.pytorch.org/whl/cpu/torch_stable.html\n",
"\n",
"!python wfgy_full_demo.py"
],
"execution_count": null,
"outputs": []
}
],
"metadata": {
"kernelspec": { "display_name": "Python 3", "name": "python3" },
"colab": { "name": "README_demo.ipynb" }
},
"nbformat": 4,
"nbformat_minor": 0
}