From 670edf58eac0bffbf0d749e00bd31acb63bce8dc Mon Sep 17 00:00:00 2001 From: rpan Date: Fri, 26 Jan 2024 23:32:19 +0800 Subject: [PATCH] Update README to reflect changes in v0.0.6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c310cf40c..4cccf6020 100644 --- a/README.md +++ b/README.md @@ -84,10 +84,10 @@ An extensible, convenient, and efficient toolbox for finetuning large machine le Our package has been fully tested on Linux OS (Ubuntu 20.04). Other OS platforms (MacOS, Windows) are not fully tested. You may encounter some unexpected errors. You may try it first on a Linux machine or use Google Colab to experience it. -CUDA versions 10.3-11.7 are supported in our stable branch `v0.0.5`. For CUDA versions greater than 11.7, one can use our unstable branch `main` first. +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.5 https://github.com/OptimalScale/LMFlow.git +git clone -b v0.0.6 https://github.com/OptimalScale/LMFlow.git cd LMFlow conda create -n lmflow python=3.9 -y conda activate lmflow