Skip to content

Commit

Permalink
Improve README and requirement.txt
Browse files Browse the repository at this point in the history
- Fix according to #732
  • Loading branch information
research4pan committed Apr 2, 2024
1 parent 48ec0c2 commit 1b083d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ conda install mpi4py
bash install.sh
```

You may try `pip install packaging torch` before `bash install.sh` if the installation process freezed due to limited RAM.

### Prepare Dataset

Please refer to our [doc](https://github.com/OptimalScale/LMFlow/blob/main/docs/dataset.md).
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
packaging
numpy==1.24.2
datasets==2.14.6
tokenizers>=0.13.3
Expand Down

0 comments on commit 1b083d2

Please sign in to comment.