Skip to content

Commit e315780

Browse files
committed
update notebook
1 parent af86f3b commit e315780

File tree

4 files changed

+1657
-2
lines changed

4 files changed

+1657
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,5 @@ ShareGPT_Vicuna_unfiltered/
168168
test_medusa*
169169

170170
# test
171-
notebooks/test*.ipynb
171+
notebooks/test*.ipynb
172+
notebooks/*.pdf

assets/medusa_choices.png

1.48 MB
Loading

notebooks/medusa_configuration_explained.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"# Use the Graphviz layout for drawing.\n",
6666
"pos = nx.nx_agraph.graphviz_layout(G, prog='dot')\n",
6767
"nx.draw(G, pos, with_labels=True, node_size=500, node_color=\"skyblue\", font_size=10, width=2, edge_color=\"gray\")\n",
68-
"plt.show()\n"
68+
"plt.savefig('medusa_configuration_explained.png', dpi=300)\n"
6969
]
7070
},
7171
{

0 commit comments

Comments
 (0)