Skip to content

Commit 6a9da16

Browse files
fix docs
1 parent 23c0297 commit 6a9da16

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GridFM model evaluation
1+
# gridfm-graphkit model evaluation
22

33
This library is brought to you by the GridFM team to train, finetune and interact with a foundation model for the electric power grid.
44

@@ -13,8 +13,8 @@ This library is brought to you by the GridFM team to train, finetune and interac
1313

1414
Create a python virtual environment and install the requirements
1515
```bash
16-
git clone git@github.com:Grid-FM/gridfm_model_evaluation.git
17-
cd gridfm_model_evaluation
16+
git clone git@github.com:gridfm/gridfm-graphkit.git
17+
cd gridfm-graphkit
1818
python -m venv venv
1919
source venv/bin/activate
2020
pip install .

docs/install/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Create a python virtual environment and install the requirements
22
```bash
3-
git clone git@github.com:Grid-FM/gridfm_model_evaluation.git
4-
cd gridfm_model_evaluation
3+
git clone git@github.com:gridfm/gridfm-graphkit.git
4+
cd gridfm-graphkit
55
python -m venv venv
66
source venv/bin/activate
77
pip install .

0 commit comments

Comments
 (0)