File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
.github/scripts/unittest-windows Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ python -c "import torchcodec; print(torchcodec.__version__)"
5353printf " Patching Torch\n"
5454TORCH_INCLUDE_DIR=" $( python -c " import torch,os;print(os.path.join(os.path.dirname(torch.__file__),'include'))" ) "
5555printf " 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
5960printf " * Installing fsspec\n" # TODO: is this required for torchaudio??
You can’t perform that action at this time.
0 commit comments