From da4e7ecdfcfcaa69d8c6debe23b39ce10a184e9e Mon Sep 17 00:00:00 2001 From: rpan Date: Sun, 31 Mar 2024 12:57:15 +0800 Subject: [PATCH] Update `README.md` to temporary allow latest fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa4f6bb30..ee811d930 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ You may encounter some unexpected errors. You may try it first on a Linux machin CUDA versions 10.3-11.7 are supported in versions `v0.0.5` or older. For CUDA versions greater than 11.7, one can use our stable branch `>= v0.0.6`. ```bash -git clone -b v0.0.7 https://github.com/OptimalScale/LMFlow.git +git clone https://github.com/OptimalScale/LMFlow.git cd LMFlow conda create -n lmflow python=3.9 -y conda activate lmflow