Skip to content

Commit ee9c0a8

Browse files
Merge branch 'master' of github.com:joaopauloschuler/neural-api
2 parents e4ad90e + 3d4df39 commit ee9c0a8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/SimpleNLP/TrasformerDecodersWithTokenizer.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"outputs": [],
7373
"source": [
74-
"!svn checkout https://svn.code.sf.net/p/lazarus-ccr/svn/components/multithreadprocs mtprocs"
74+
"# !svn checkout https://svn.code.sf.net/p/lazarus-ccr/svn/components/multithreadprocs mtprocs"
7575
]
7676
},
7777
{
@@ -82,7 +82,7 @@
8282
},
8383
"outputs": [],
8484
"source": [
85-
"!lazbuild mtprocs/multithreadprocslaz.lpk"
85+
"# !lazbuild mtprocs/multithreadprocslaz.lpk"
8686
]
8787
},
8888
{
@@ -2190,4 +2190,4 @@
21902190
},
21912191
"nbformat": 4,
21922192
"nbformat_minor": 0
2193-
}
2193+
}

examples/SimpleNLP/transformer_decoder_tiny_stories_dataset_3k_vocab.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"outputs": [],
7171
"source": [
72-
"!svn checkout https://svn.code.sf.net/p/lazarus-ccr/svn/components/multithreadprocs mtprocs"
72+
"# !svn checkout https://svn.code.sf.net/p/lazarus-ccr/svn/components/multithreadprocs mtprocs"
7373
]
7474
},
7575
{
@@ -80,7 +80,7 @@
8080
},
8181
"outputs": [],
8282
"source": [
83-
"!lazbuild mtprocs/multithreadprocslaz.lpk"
83+
"# !lazbuild mtprocs/multithreadprocslaz.lpk"
8484
]
8585
},
8686
{
@@ -2485,4 +2485,4 @@
24852485
},
24862486
"nbformat": 4,
24872487
"nbformat_minor": 0
2488-
}
2488+
}

0 commit comments

Comments
 (0)