Skip to content

Commit f6907be

Browse files
lfenzoToucheSir
andauthored
docs: Update docs/src/gpu.md (common gpu workflows)
Co-authored-by: Brian Chen <[email protected]>
1 parent 3ba5718 commit f6907be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/gpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ In order to train the model using the GPU both model and the training data have
137137

138138
### Saving GPU-Trained Models
139139

140-
After the training process is done one must always transfer the trained model back to the `cpu` memory scope before saving it to secundary memory. This can be done, as described in the previous section, with:
140+
After the training process is done, one must always transfer the trained model back to the `cpu` memory scope before serializing or saving to disk. This can be done, as described in the previous section, with:
141141
```julia
142142
model = cpu(model) # or model = model |> cpu
143143
```

0 commit comments

Comments
 (0)