Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
All renames
Browse files Browse the repository at this point in the history
  • Loading branch information
krshrimali committed Jun 15, 2022
1 parent 4320245 commit 6422392
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Clone Template React UI Repo
uses: actions/checkout@v3
with:
repository: PyTorchLightning/lightning
repository: Lightning-AI/lightning
token: ${{ secrets.PAT_GHOST }}
ref: 'master'
path: lightning
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ______________________________________________________________________
Use these instructions to install:

```bash
git clone https://github.com/PyTorchLightning/LAI-Hyper-Parameter-Space-Generator.git
git clone https://github.com/Lightning-AI/LAI-Hyper-Parameter-Space-Generator.git
cd LAI-Hyper-Parameter-Space-Generator
pip install -r requirements.txt
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion hp_space_generator/setup_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def _load_readme_description(path_dir: str, homepage: str, ver: str) -> str:
with open(path_readme, encoding="utf-8") as fp:
text = fp.read()

# https://github.com/PyTorchLightning/pytorch-lightning/raw/master/docs/source/_images/lightning_module/pt_to_pl.png
# https://github.com/Lightning-AI/pytorch-lightning/raw/master/docs/source/_images/lightning_module/pt_to_pl.png
github_source_url = os.path.join(homepage, "raw", ver)
# replace relative repository path to absolute link to the release
# do not replace all "docs" as in the readme we reger some other sources with particular path to docs
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def _load_py_module(fname, pkg="hp_space_generator"):
version="0.0.1",
description="Generator Hyper Parameter space around the given choices of hyper-parameters with Grid Search and Random Search strategies",
author="Kushashwa Ravi Shrimali, Ethan Harris",
author_email="kush@grid.ai",
url="https://github.com/PyTorchLightning/LAI-Hyper-Parameter-Space-Generator",
author_email="kush@lightning.ai",
url="https://github.com/Lightning-AI/LAI-Hyper-Parameter-Space-Generator",
packages=find_packages(exclude=["tests", "tests.*"]),
install_requires=setup_tools._load_requirements(_PATH_ROOT),
)

0 comments on commit 6422392

Please sign in to comment.