From 0e545ea648acecb68a96147b281a46fbdd915528 Mon Sep 17 00:00:00 2001 From: Sasika Amarasinghe Date: Thu, 15 May 2025 14:11:30 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6db9ca..eddf3c2 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Create virtual env for OpenCompass, see OpenCompass website if you have any ques ```bash conda create --name opencompass python=3.10 pytorch torchvision pytorch-cuda -c nvidia -c pytorch -y conda activate opencompass -git clone https://github.com/sefira/opencompass opencompass +git clone https://github.com/xingyuanbu/opencompass opencompass cd opencompass pip install -e . ```