Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[update] Install PyTorch on Ubuntu 20.04 #6738

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

Rajakavitha1
Copy link
Collaborator

Fixes: #6265
Tested and validated the commands and updated the guide.

rajie@pytorch:~/anaconda$ python3
Python 3.8.10 (default, May 26 2023, 14:05:08) 
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import torch
>>> print (torch.cuda.is_available)
<function is_available at 0x7fcb6a241040>
>>> print (torch.cuda.is_available())
False
>>> print (torch.cuda.device_count)
<function device_count at 0x7fcb6a25f940>
>>> print (torch.cuda.device_count())
0
>>> 

Copy link

netlify bot commented Nov 22, 2023

Deploy Preview for nostalgic-ptolemy-b01ab8 ready!

Name Link
🔨 Latest commit 4cbc518
🔍 Latest deploy log https://app.netlify.com/sites/nostalgic-ptolemy-b01ab8/deploys/655db28e70b752000840848f
😎 Deploy Preview https://deploy-preview-6738--nostalgic-ptolemy-b01ab8.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 your Netlify site configuration.

@wildmanonline wildmanonline merged commit 3b82b5c into develop Nov 29, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Install PyTorch on Ubuntu 20.04 Proposed Changes
2 participants