Skip to content

Commit

Permalink
Merge branch 'master' of github.com:joaopauloschuler/neural-api
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopauloschuler committed Sep 30, 2024
2 parents e4ad90e + 3d4df39 commit ee9c0a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/SimpleNLP/TrasformerDecodersWithTokenizer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"outputs": [],
"source": [
"!svn checkout https://svn.code.sf.net/p/lazarus-ccr/svn/components/multithreadprocs mtprocs"
"# !svn checkout https://svn.code.sf.net/p/lazarus-ccr/svn/components/multithreadprocs mtprocs"
]
},
{
Expand All @@ -82,7 +82,7 @@
},
"outputs": [],
"source": [
"!lazbuild mtprocs/multithreadprocslaz.lpk"
"# !lazbuild mtprocs/multithreadprocslaz.lpk"
]
},
{
Expand Down Expand Up @@ -2190,4 +2190,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"outputs": [],
"source": [
"!svn checkout https://svn.code.sf.net/p/lazarus-ccr/svn/components/multithreadprocs mtprocs"
"# !svn checkout https://svn.code.sf.net/p/lazarus-ccr/svn/components/multithreadprocs mtprocs"
]
},
{
Expand All @@ -80,7 +80,7 @@
},
"outputs": [],
"source": [
"!lazbuild mtprocs/multithreadprocslaz.lpk"
"# !lazbuild mtprocs/multithreadprocslaz.lpk"
]
},
{
Expand Down Expand Up @@ -2485,4 +2485,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit ee9c0a8

Please sign in to comment.