You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent changes introduced a numbered list that was being interpreted as two separate numbered lists instead of one. This fixes that by indenting the content between the two list entries. Now the list items are numbered 1 and 2 rather than 1 and 1.
Copy file name to clipboardExpand all lines: docs/src/installation/overview.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,16 +128,16 @@ only select artifacts that are compatible with the configured CUDA runtime.
128
128
129
129
1. Generates the following `LocalPreferences.toml` file in your active environment:
130
130
131
-
```
132
-
[CUDA_Runtime_jll]
133
-
version = "11.8"
134
-
```
131
+
```
132
+
[CUDA_Runtime_jll]
133
+
version = "11.8"
134
+
```
135
135
136
136
2. Ensures the following line is in the `[extras]` section of your active `Project.toml` file to allow `Preferences.jl` to find the `version` preference for `CUDA_Runtime_jll`:
0 commit comments