Skip to content

Commit 3051789

Browse files
committed
revert to lightning
1 parent e8e8aef commit 3051789

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ ______________________________________________________________________
114114
To set up a local development environment, begin by cloning the repository:
115115

116116
```bash
117-
git clone https://github.com/Lightning-AI/pytorch-lightning.git
118-
cd pytorch-lightning
117+
git clone https://github.com/Lightning-AI/lightning.git
118+
cd lightning
119119
```
120120

121121
Once in root level of the repository, install the dependencies using a package manager of your choice:

tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ To setup a local development environment, install both local and test dependenci
99

1010
```bash
1111
# clone the repo
12-
git clone https://github.com/Lightning-AI/pytorch-lightning.git
13-
cd pytorch-lightning
12+
git clone https://github.com/Lightning-AI/lightning.git
13+
cd lightning
1414

1515
# install required dependencies
1616
export PACKAGE_NAME=pytorch

0 commit comments

Comments
 (0)