Skip to content

Commit cdcf3b4

Browse files
committed
Use stableivalue_conversions from torch PR 168155
1 parent ddb89f6 commit cdcf3b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/unittest-windows/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ python -c "import torchcodec; print(torchcodec.__version__)"
5353
printf "Patching Torch\n"
5454
TORCH_INCLUDE_DIR="$(python -c "import torch,os;print(os.path.join(os.path.dirname(torch.__file__),'include'))")"
5555
printf " TORCH_INCLUDE_DIR=${TORCH_INCLUDE_DIR}"
56-
curl -L --silent --output ${TORCH_INCLUDE_DIR}/torch/csrc/stable/stableivalue_conversions.h https://raw.githubusercontent.com/pytorch/pytorch/refs/heads/main/torch/csrc/stable/stableivalue_conversions.h
56+
#curl -L --silent --output ${TORCH_INCLUDE_DIR}/torch/csrc/stable/stableivalue_conversions.h https://raw.githubusercontent.com/pytorch/pytorch/refs/heads/main/torch/csrc/stable/stableivalue_conversions.h
57+
curl -L --silent --output ${TORCH_INCLUDE_DIR}/torch/csrc/stable/stableivalue_conversions.h https://raw.githubusercontent.com/pytorch/pytorch/refs/heads/gh/pearu/154/head/torch/csrc/stable/stableivalue_conversions.h
5758

5859
# 2. Install torchaudio
5960
printf "* Installing fsspec\n" # TODO: is this required for torchaudio??

0 commit comments

Comments
 (0)