Skip to content

Commit

Permalink
[update] Install PyTorch on Ubuntu 20.04 (#6738)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajakavitha1 authored Nov 29, 2023
1 parent 6994c06 commit 3b82b5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ If the torch library cannot be found, python returns an error message indicating

{{< output >}}

>>>print (torch.cuda.is_available)
>>>print (torch.cuda.is_available())
true
{{</ output >}}

Expand All @@ -171,7 +171,7 @@ true

{{< output >}}

>>>print (torch.cuda.device_count)
>>>print (torch.cuda.device_count())
>>>2
{{</ output >}}
Expand Down

0 comments on commit 3b82b5c

Please sign in to comment.