mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 02:58:21 +00:00
cell type fix
This commit is contained in:
parent
63d6057b0a
commit
9f77e6f526
1 changed files with 4 additions and 2 deletions
|
@ -3435,9 +3435,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "code",
|
||||||
"id": "9df8b7e5",
|
"execution_count": null,
|
||||||
|
"id": "469750f7",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"from PIL import Image\n",
|
"from PIL import Image\n",
|
||||||
"import matplotlib.pyplot as plt\n",
|
"import matplotlib.pyplot as plt\n",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue