From 8f290f98f87f7c91970ea8932041cb381baaaa21 Mon Sep 17 00:00:00 2001
From: hsharif3 <hsharif3@illinois.edu>
Date: Wed, 7 Apr 2021 23:38:48 +0000
Subject: [PATCH] Update getting-started.rst

---
 hpvm/docs/getting-started.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hpvm/docs/getting-started.rst b/hpvm/docs/getting-started.rst
index 2054c46d0a..a3cd05da83 100644
--- a/hpvm/docs/getting-started.rst
+++ b/hpvm/docs/getting-started.rst
@@ -15,7 +15,7 @@ The result will be a figure showing the accuracy-performance tradeoff of VGG16 o
 * Please check ``test/dnn_benchmarks/model_params/`` exists and contains 
   ``vgg16_cifar10/`` and ``pytorch/vgg16_cifar10.pth.tar``,
   which may not be the case if you opted out of model parameter download in the installer.
-  In that case, you may run the installer again to download the parameter.
+  In that case, you may run the installer again to download the model parameters.
   It will not rebuild everything from scratch.
 
 Generating and Compiling a DNN Model
-- 
GitLab