Skip to content

Commit da9c7b3

Browse files
committed
updated.
1 parent 40bc3f7 commit da9c7b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/classification_regression/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It supports
1010

1111
Install Redco
1212
```shell
13-
pip install redco==0.4.11
13+
pip install redco==0.4.16
1414
```
1515

1616
### Usage

examples/language_modeling/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This example implements instruction finetuning of Causal LLMs.
88
### Requirement
99
Install Redco
1010
```shell
11-
pip install redco==0.4.15
11+
pip install redco==0.4.16
1212
```
1313

1414
### Use

examples/text_to_text/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It supports
1010

1111
Install Redco
1212
```shell
13-
pip install redco==0.4.15
13+
pip install redco==0.4.16
1414
```
1515

1616
### Usage

0 commit comments

Comments
 (0)