Skip to content

Commit

Permalink
Minor update in wheels scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuigcerver committed Oct 9, 2018
1 parent b7a8fa0 commit 2ba2eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wheels/create_wheels_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ for py in cp27-cp27mu cp35-cp35m cp36-cp36m cp37-cp37m; do
done;

set +x;
ODIR="/host/tmp/torch_baidu_ctc/whl/cpu";
ODIR="/host/tmp/pytorch_baidu_ctc/whl/cpu";
mkdir -p "$ODIR";
cp /tmp/src/dist/*.whl "$ODIR/";
echo "================================================================";
Expand Down

0 comments on commit 2ba2eaf

Please sign in to comment.