Skip to content

Commit 8bc76c9

Browse files
authoredAug 20, 2019
Update cpp_export.rst
1 parent 196cc74 commit 8bc76c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎advanced_source/cpp_export.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ Looks like a good match!
356356
.. tip::
357357
358358
To move your model to GPU memory, you can write ``model.to(at::kCUDA);``.
359-
Make sure the inputs to a model living in CUDA memory are also in CUDA memory
359+
Make sure the inputs to a model are also living in CUDA memory
360360
by calling ``tensor.to(at::kCUDA)``, which will return a new tensor in CUDA
361361
memory.
362362

0 commit comments

Comments
 (0)