update lightning version (#1954)

This commit is contained in:
Fazzie-Maqianli
2022-11-15 16:57:48 +08:00
committed by GitHub
parent 52c6ad26e0
commit 6bdd0a90ca
13 changed files with 29 additions and 35 deletions

View File

@@ -44,13 +44,6 @@ pip install -e .
pip install colossalai==0.1.10+torch1.11cu11.3 -f https://release.colossalai.org
```
### Install [Lightning](https://github.com/Lightning-AI/lightning)
We use the Sep. 2022 version with commit id as `b04a7aa`.
```
git clone https://github.com/Lightning-AI/lightning && cd lightning && git reset --hard b04a7aa
pip install -r requirements.txt && pip install .
```
> The specified version is due to the interface incompatibility caused by the latest update of [Lightning](https://github.com/Lightning-AI/lightning), which will be fixed in the near future.
## Dataset