Skip to content

Commit 555cfe7

Browse files
nadiayalaurenyu
authored andcommitted
Remove reference to gluon from pytorch readme (#250)
1 parent c44606e commit 555cfe7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sagemaker/pytorch/README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,6 @@ Before a model can be served, it must be loaded. The SageMaker PyTorch model ser
356356
SageMaker will inject the directory where your model files and sub-directories, saved by ``save``, have been mounted.
357357
Your model function should return a model object that can be used for model serving.
358358

359-
SageMaker provides automated serving functions that work with Gluon API ``net`` objects and Module API ``Module`` objects.
360-
If you return either of these types of objects, then you will be able to use the default serving request handling functions.
361-
362359
The following code-snippet shows an example ``model_fn`` implementation.
363360
It loads the model parameters from a ``model.pth`` file in the SageMaker model directory ``model_dir``.
364361

0 commit comments

Comments
 (0)