Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 4 additions & 16 deletions docs/tutorials/diffusion_quantization_acceleration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -138,19 +138,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [
{
"ename": "",
"evalue": "",
"output_type": "error",
"traceback": [
"\u001b[1;31mThe Kernel crashed while executing code in the current cell or a previous cell. \n",
"\u001b[1;31mPlease review the code in the cell(s) to identify a possible cause of the failure. \n",
"\u001b[1;31mClick <a href='https://aka.ms/vscodeJupyterKernelCrash'>here</a> for more info. \n",
"\u001b[1;31mView Jupyter <a href='command:jupyter.viewOutput'>log</a> for further details."
]
}
],
"outputs": [],
"source": [
"# Define the prompt\n",
"prompt = \"a smiling cat dancing on a table. Miyazaki style\"\n",
Expand All @@ -167,7 +155,7 @@
]
},
{
"cell_type": "raw",
"cell_type": "markdown",
"metadata": {
"raw_mimetype": "text/restructuredtext",
"vscode": {
Expand All @@ -183,7 +171,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "pruna",
"display_name": ".venv",
"language": "python",
"name": "python3"
},
Expand All @@ -197,7 +185,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.11"
"version": "3.12.11"
}
},
"nbformat": 4,
Expand Down
28 changes: 0 additions & 28 deletions docs/tutorials/video_generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -130,20 +130,6 @@
"export_to_video(output, \"base_video.mp4\", fps=15)"
]
},
{
"cell_type": "raw",
"metadata": {
"vscode": {
"languageId": "raw"
}
},
"source": [
"<video controls width=\"100%\" style=\"max-width:640px; height:auto;\">\n",
" <source src=\"../assets/videos/video_generation/base_video.mp4\" type=\"video/mp4\">\n",
" Your browser does not support HTML5 video.\n",
"</video>"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -239,20 +225,6 @@
"export_to_video(output, \"smashed_video.mp4\", fps=15)"
]
},
{
"cell_type": "raw",
"metadata": {
"vscode": {
"languageId": "raw"
}
},
"source": [
"<video controls width=\"100%\" style=\"max-width:640px; height:auto;\">\n",
" <source src=\"../assets/videos/video_generation/smashed_video.mp4\" type=\"video/mp4\">\n",
" Your browser does not support HTML5 video.\n",
"</video>"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
2 changes: 1 addition & 1 deletion docs/user_manual/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Underneath you can find the list of all the available datasets.
- Custom Collate Function
- Collate Function Arguments
* - Text Generation
- `WikiText <https://huggingface.co/datasets/Salesforce/wikitext>`_, `SmolTalk <https://huggingface.co/datasets/HuggingFaceTB/smoltalk>`_, `SmolSmolTalk <https://huggingface.co/datasets/HuggingFaceTB/smol-smoltalk>`_, `PubChem <https://huggingface.co/datasets/alxfgh/PubChem10M_SELFIES>`_, `OpenAssistant <https://huggingface.co/datasets/timdettmers/openassistant-guanaco>`_, `C4 <https://huggingface.co/datasets/allenai/c4>`_
- `WikiText <https://huggingface.co/datasets/Salesforce/wikitext>`_, `TinyWikiText <https://huggingface.co/datasets/mikasenghaas/wikitext-2>`_, `SmolTalk <https://huggingface.co/datasets/HuggingFaceTB/smoltalk>`_, `SmolSmolTalk <https://huggingface.co/datasets/HuggingFaceTB/smol-smoltalk>`_, `PubChem <https://huggingface.co/datasets/alxfgh/PubChem10M_SELFIES>`_, `OpenAssistant <https://huggingface.co/datasets/timdettmers/openassistant-guanaco>`_, `C4 <https://huggingface.co/datasets/allenai/c4>`_, `TinyIMDB <https://huggingface.co/datasets/stanfordnlp/imdb>`_, `C4 <https://huggingface.co/datasets/allenai/c4>`_
- ``text_generation_collate``
- ``text: str``
* - Image Generation
Expand Down
Loading