From 5bd79704842022352258c68b82f7527d2965b11e Mon Sep 17 00:00:00 2001 From: Tommy Neeld <80519394+tommy-neeld-rft@users.noreply.github.com> Date: Wed, 22 Dec 2021 19:15:39 +0000 Subject: [PATCH] Fix spelling mistake on `pytorch_model.bin` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 733a1ec..f30d0ec 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ The Hugging Face Inference Toolkit allows user to override the default methods o For example: ```bash model.tar.gz/ -|- pytroch_model.bin +|- pytorch_model.bin |- .... |- code/ |- inference.py