From 0bafdf047f51001974bb05f334670acd228299ec Mon Sep 17 00:00:00 2001 From: Xiao Tianci Date: Fri, 28 Mar 2025 17:25:57 +0800 Subject: [PATCH] Fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d516bc27..278090b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ Start by installing the **nightly** build of PyTorch following the Then, the easiest way to install the rest of the dependencies is to run: ```bash -conda install cmake pkg-config pbyind11 ffmpeg -c conda-forge +conda install cmake pkg-config pybind11 ffmpeg -c conda-forge ``` ### Clone and build