Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update URL references following the organization name change (2.0) #28775

Merged
merged 2 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Checkout 🛎️Binaries
uses: actions/checkout@v4
with:
repository: Transpile-AI/binaries
repository: ivy-llc/binaries
token: ${{ secrets.DEV_BOT_GENERAL_PAT }}
path: binaries

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
docs-repo:
description: 'Repo to hold the docs'
required: false
default: Transpile-AI/docs
default: ivy-llc/docs
type: string

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
docs-repo:
description: 'Repo to hold the docs'
required: false
default: Transpile-AI/docs
default: ivy-llc/docs
type: string

permissions:
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Checkout 🛎️ Doc-builder
uses: actions/checkout@v4
with:
repository: Transpile-AI/doc-builder
repository: ivy-llc/doc-builder
path: .doc-builder

- name: Install apt dependencies
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
url = https://github.com/data-apis/array-api-tests.git
[submodule "docs/demos"]
path = docs/demos
url = https://github.com/Transpile-AI/demos.git
url = https://github.com/ivy-llc/demos.git
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
rev: v1.7.5
hooks:
- id: docformatter
- repo: https://github.com/Transpile-AI/lint-hook
- repo: https://github.com/ivy-llc/lint-hook
rev: a72ffb17562d919311653d7f593cb537d1245c19
hooks:
- id: ivy-lint
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ identifiers:
- type: doi
value: 10.48550/arXiv.2102.02886
description: 'arXiv preprint '
repository-code: 'https://github.com/Transpile-AI/ivy'
repository-code: 'https://github.com/ivy-llc/ivy'
url: 'https://unify.ai/'
repository: 'https://github.com/unifyai/'
abstract: 'We introduce Ivy, a templated Deep Learning (DL) framework which abstracts existing DL frameworks. Ivy unifies the core functions of these frameworks to exhibit consistent call signatures, syntax and input-output behaviour. New high-level framework-agnostic functions and classes, which are usable alongside framework-specific code, can then be implemented as compositions of the unified low-level Ivy functions. Ivy currently supports TensorFlow, PyTorch, MXNet, Jax and NumPy. We also release four pure-Ivy libraries for mechanics, 3D vision, robotics, and differentiable environments. Through our evaluations, we show that Ivy can significantly reduce lines of code with a runtime overhead of less than 1% in most cases. We welcome developers to join the Ivy community by writing their own functions, layers and libraries in Ivy, maximizing their audience and helping to accelerate DL research through inter-framework codebases.'
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN apt-get update && \


# Install Ivy Upstream
RUN git clone --progress --recurse-submodules https://github.com/Transpile-AI/ivy --depth 1 && \
RUN git clone --progress --recurse-submodules https://github.com/ivy-llc/ivy --depth 1 && \
cd ivy && \
cd ivy_tests/array_api_testing/test_array_api && \
pip3 install --no-cache-dir -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion docker/DockerfileAppleSilicon
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ RUN apt-get update && \
pip3 install setuptools==58.5.3

# Install Ivy Upstream
RUN git clone --progress --recurse-submodules https://github.com/Transpile-AI/ivy --depth 1 && \
RUN git clone --progress --recurse-submodules https://github.com/ivy-llc/ivy --depth 1 && \
cd ivy && \
cd ivy_tests/array_api_testing/test_array_api && \
pip3 install --no-cache-dir -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion docker/DockerfileGPU
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN apt-get update && \


# install Ivy Upstream
RUN git clone --progress --recurse-submodules https://github.com/Transpile-AI/ivy --depth 1 && \
RUN git clone --progress --recurse-submodules https://github.com/ivy-llc/ivy --depth 1 && \
cd ivy && \
cd ivy_tests/array_api_testing/test_array_api && \
pip3 install --no-cache-dir -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion docker/DockerfileMultiversion
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apt-get update && \


# Install Ivy Upstream
RUN git clone --progress --recurse-submodules https://github.com/Transpile-AI/ivy --depth 1 && \
RUN git clone --progress --recurse-submodules https://github.com/ivy-llc/ivy --depth 1 && \
cd ivy && \
cd ivy_tests/array_api_testing/test_array_api && \
pip3 install --no-cache-dir -r requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions ivy/utils/binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def check_for_binaries():
"system or that newer binaries were available. In the latter "
"case, calling ivy.utils.cleanup_and_fetch_binaries() should "
"fetch the binaries binaries. Feel free to create an issue on "
"https://github.com/Transpile-AI/ivy.git in "
"https://github.com/ivy-llc/ivy.git in "
"case of the former\n"
)
logging.warning(
Expand Down Expand Up @@ -103,7 +103,7 @@ def cleanup_and_fetch_binaries(clean=True):
search_path = f"{module}/{file_name}"
try:
response = request.urlopen(
"https://github.com/Transpile-AI/binaries/raw/"
"https://github.com/ivy-llc/binaries/raw/"
f"{version}/{search_path}",
timeout=40,
)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _strip(line):
search_path = f"{module}/{file_name}"
try:
response = request.urlopen(
f"https://github.com/Transpile-AI/binaries/raw/{version}/{search_path}",
f"https://github.com/ivy-llc/binaries/raw/{version}/{search_path}",
timeout=40,
)
os.makedirs(os.path.dirname(path), exist_ok=True)
Expand Down Expand Up @@ -126,7 +126,7 @@ def _strip(line):
url="https://ivy.dev",
project_urls={
"Docs": "https://ivy.dev/docs/",
"Source": "https://github.com/Transpile-AI/ivy",
"Source": "https://github.com/ivy-llc/ivy",
},
include_package_data=True,
packages=setuptools.find_packages(),
Expand Down
Loading