We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87a42b commit f91311eCopy full SHA for f91311e
.github/workflows/msbuild.yml
@@ -61,8 +61,8 @@ jobs:
61
- name: Embed PyTorch
62
run: |
63
cd .\pkgs\py-amp
64
- .\python.exe -m pip uninstall torch torchvision torchaudio
65
- .\python.exe -m pip install numpy==1.19.3
+ .\python.exe -m pip uninstall torch torchvision torchaudio numpy
+ .\python.exe -m pip install numpy
66
.\python.exe -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130
67
.\python.exe -m pip install opencv-python sk-video imageio
68
- name: NuGet Restore
0 commit comments