From 92b566c07e03a17708339109ecfb423659f9c7e8 Mon Sep 17 00:00:00 2001 From: Kimish Patel Date: Mon, 15 Apr 2024 11:35:07 -0700 Subject: [PATCH] Fix readme to relfect new reponame Summary: att Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f0ee290a..8eaa9e6fd 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ mistralai/Mistral-7B-Instruct-v0.2 | - | ✅ | ✅ | ✅ | ✅ | ❹ | Currently `torchat` must be built via cloning the repository and installing as follows: ``` -git clone https://github.com/pytorch/torchat.git -cd torchat +git clone https://github.com/pytorch/torchchat.git +cd torchchat pip install -r requirements.txt ```