Skip to content

Commit

Permalink
Updated readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Feb 22, 2024
1 parent f5a12ed commit bf1be29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Each tensor has four properties
You can specify properties when creating a tensor

```ruby
Torch.rand(2, 3, dtype: :double, layout: :strided, device: "cpu", requires_grad: true)
Torch.rand(2, 3, dtype: :float64, layout: :strided, device: "cpu", requires_grad: true)
```

### Operations
Expand Down

0 comments on commit bf1be29

Please sign in to comment.