From d7ef876c41297209e289804f1b6088e8801a301c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sat, 29 Jun 2024 15:22:09 +0900 Subject: [PATCH] fix(typo): README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 756f033..bb54dd6 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ pip install -r requirements.txt > The installation process is very slow. ```bash -!pip install git+https://github.com/NVIDIA/TransformerEngine.git@stable +pip install git+https://github.com/NVIDIA/TransformerEngine.git@stable ``` ### Quick Start