Skip to content

Commit 20c349f

Browse files
committed
retrive Deprecated.h from torch PR
1 parent fc354d0 commit 20c349f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ TORCH_INCLUDE_DIR="$(python -c "import torch,os;print(os.path.join(os.path.dirna
5555
printf " TORCH_INCLUDE_DIR=${TORCH_INCLUDE_DIR}"
5656
#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
5757
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
58+
curl -L --silent --output ${TORCH_INCLUDE_DIR}/torch/headeronly/util/Deprecated.h https://raw.githubusercontent.com/pytorch/pytorch/refs/heads/gh/pearu/154/head/torch/headeronly/util/Deprecated.h
5859

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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,4 @@ The pre-trained models provided in this library may have their own licenses or t
9090

9191
For instance, SquimSubjective model is released under the Creative Commons Attribution Non Commercial 4.0 International (CC-BY-NC 4.0) license. See [the link](https://zenodo.org/record/4660670#.ZBtWPOxuerN) for additional details.
9292

93-
9493
Other pre-trained models that have different license are noted in documentation. Please checkout the [documentation page](https://pytorch.org/audio/main/).

0 commit comments

Comments
 (0)