Skip to content

Commit b2c0560

Browse files
committed
Clone repo in tokenization tutorial
1 parent 2fae0c6 commit b2c0560

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

samples/tokenization.ipynb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@
1818
"%pip install sil-machine[sentencepiece]"
1919
]
2020
},
21+
{
22+
"cell_type": "code",
23+
"execution_count": null,
24+
"metadata": {},
25+
"outputs": [],
26+
"source": [
27+
"!git clone https://github.com/sillsdev/machine.py.git\n",
28+
"%cd machine.py/samples"
29+
]
30+
},
2131
{
2232
"cell_type": "markdown",
2333
"metadata": {},

0 commit comments

Comments
 (0)