From 0fc0761650e48617db93731b3d090ca667ca004a Mon Sep 17 00:00:00 2001 From: yahoo17 <55846951+yahoo17@users.noreply.github.com> Date: Thu, 23 Dec 2021 13:15:24 +0800 Subject: [PATCH] fix path name error I find that the directory name is not consistent with the real path. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d39798f1..99fe91a9 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ they are set to default of good hyperparameters, and can be used to tune hyperpa ----------------------------------------------------- ## Setup: -``cd transformer; pip install -e .`` +``cd transformers; pip install -e .`` ----------------------------------------------------- ## Train via prefix-tuning: