From 8c36ed3988e21b9876759fdd8e3e99d7cda37e33 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 16 Apr 2024 03:33:24 +0900 Subject: [PATCH] Update README.md recommand -> recommend --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 575c9c5..a7b8bb5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ https://github.com/TencentARC/InstantMesh/assets/20635237/dab3511e-e7c6-4c0b-bab # ⚙️ Dependencies and Installation -We recommand using `Python>=3.10`, `PyTorch>=2.1.0`, and `CUDA=12.1`. +We recommend using `Python>=3.10`, `PyTorch>=2.1.0`, and `CUDA=12.1`. ```bash conda create --name instantmesh python=3.10 conda activate instantmesh