Skip to content

Commit

Permalink
Fix copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Aug 14, 2024
1 parent 597b765 commit 3fe1d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/train-all-from-cat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for dirname in "${arr[@]}"; do
cp ../$inverted_pair/*.sh .
cp ../$inverted_pair/*.yml .
cp ../$inverted_pair/*.py .
./copy-corpus.sh
../master-language/copy-corpus.sh
rm -r -f run/
./train.sh
./export.sh
Expand Down

0 comments on commit 3fe1d8e

Please sign in to comment.