[Light] Fix error message (#64010)
authorPriya Ramani <priyaramani@fb.com>
Sat, 28 Aug 2021 05:50:20 +0000 (22:50 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Sat, 28 Aug 2021 05:54:38 +0000 (22:54 -0700)
commitf4496528e38684b4482636998bf4bb63d5dd3140
treeff74e4e6128214ba47e70563ddb511c9a8f2cd86
parent0d0605eaa9243c938faddd3fb60f922c4a48c953
[Light] Fix error message (#64010)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/64010

Fixing typos in a error message

Test Plan:
Error message before fix:
Lite Interpreter verson number does not match. The model version must be between 3 and 5But the model version is 6

Error message after fix:
Lite Interpreter version number does not match. The model version must be between 3 and 5 but the model version is 6

Reviewed By: larryliu0820

Differential Revision: D30568367

fbshipit-source-id: 205f3278ee8dcf38579dbb828580a9e986ccacc1
torch/csrc/jit/mobile/import.cpp