Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update previous-versions.md#1813

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Tony-Y wants to merge39 commits intopytorch:site
base:site
Choose a base branch
Loading
fromTony-Y:fix-previous-versions

Conversation

@Tony-Y
Copy link

Use CUDA 11.1 instead of CUDA 11.3 for PyTorch 1.8.1, 1.9.0, and 1.9.1.

This patch will close three issues:#1403,#1033, and#925.

This work comes from:https://discuss.pytorch.org/t/cant-find-package-of-pytorch1-8-1-and-cudatoolkit-11-3/212679

Use CUDA 11.1 instead of CUDA 11.3 for PyTorch 1.8.1, 1.9.0, and 1.9.1.
@linux-foundation-easycla
Copy link

linux-foundation-easyclabot commentedNov 11, 2024
edited
Loading

@netlify
Copy link

netlifybot commentedNov 11, 2024
edited
Loading

Deploy Preview forpytorch-dot-org-preview ready!

NameLink
🔨 Latest commit726db50
🔍 Latest deploy loghttps://app.netlify.com/sites/pytorch-dot-org-preview/deploys/681d6000afb89d0008c9dafb
😎 Deploy Previewhttps://deploy-preview-1813--pytorch-dot-org-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to yourNetlify site configuration.

@Tony-Y
Copy link
Author

Tony-Y commentedDec 17, 2024
edited
Loading

I have checked PyTorch installations for CUDA 11.1 and 11.3 using GitHub Actions.

CUDA 11.1:https://github.com/Tony-Y/check-conda-pytorch/actions/runs/12367435889
The CUDA version of PyTroch was installed for CUDA 11.1.
cuda-111

CUDA 11.3:https://github.com/Tony-Y/check-conda-pytorch/actions/runs/12367435900
The CUDA version of PyTroch wasNOT installed for CUDA 11.3. Instead, the CPU version was installed.
cuda-113

Edit
OS: Ubuntu 22.04, Windows Server 2022
Python: 3.9
PyTorch: 1.8.1, 1.9.0, 1.9.1
CUDA Toolkit: 11.1, 11.3

@Tony-Y
Copy link
Author

I have checked if it is possible to importtorchvision andtorchaudio. On Windows, we have to installpillow andsoundfile via PyPI. The CUDA version ofpillow emits an error:

ImportError: DLL load failed while importing _imaging: The specified module could not be found.

becausejpeg-9b is installed by the requirements fortorchvision.soundfile is required for enabling the SoundFile backend intorchaudio. Refer tohttps://pytorch.org/audio/0.8.0/backend.html.

On Windows, Torchaudio 0.8.1 issues a warning:

UserWarning: torchaudio C++ extension is not available.

because

"sox" and "sox_io" backends require C++ extension module, which is included in Linux/macOS binary distributions.
These backends are not available on Windows.

CUDA 11.1:https://github.com/Tony-Y/check-conda-pytorch/actions/runs/12468852141/job/34800857037
The CUDA version of PyTroch and Torchvision were installed for CUDA 11.1.
windows-cu111

CUDA 11.3:https://github.com/Tony-Y/check-conda-pytorch/actions/runs/12468852141/job/34800857289
The CUDA version of PyTroch and Torchvision wereNOT installed for CUDA 11.3. Instead, the CPU version was installed.
windows-cu113

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@Tony-Y

[8]ページ先頭

©2009-2025 Movatter.jp