Skip to content

Commit

Permalink
updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyuqian committed Apr 20, 2024
1 parent 40bc3f7 commit da9c7b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/classification_regression/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It supports

Install Redco
```shell
pip install redco==0.4.11
pip install redco==0.4.16
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion examples/language_modeling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This example implements instruction finetuning of Causal LLMs.
### Requirement
Install Redco
```shell
pip install redco==0.4.15
pip install redco==0.4.16
```

### Use
Expand Down
2 changes: 1 addition & 1 deletion examples/text_to_text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It supports

Install Redco
```shell
pip install redco==0.4.15
pip install redco==0.4.16
```

### Usage
Expand Down

0 comments on commit da9c7b3

Please sign in to comment.