Skip to content

Commit 2ba2eaf

Browse files
committed
Minor update in wheels scripts
1 parent b7a8fa0 commit 2ba2eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wheels/create_wheels_cpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ for py in cp27-cp27mu cp35-cp35m cp36-cp36m cp37-cp37m; do
5050
done;
5151

5252
set +x;
53-
ODIR="/host/tmp/torch_baidu_ctc/whl/cpu";
53+
ODIR="/host/tmp/pytorch_baidu_ctc/whl/cpu";
5454
mkdir -p "$ODIR";
5555
cp /tmp/src/dist/*.whl "$ODIR/";
5656
echo "================================================================";

0 commit comments

Comments
 (0)