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

[MAINTENANCE] Comment Out PyTorch Nightly Test #3955

Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
1c92ff3
Use index URL instead of extra index URL in specifying PyTorch nightly.
alexsherstinsky Mar 6, 2024
5b63dcd
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
07dcae0
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
a92f2dd
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
78295fd
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
7c89a3a
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
1007d57
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
a1335e4
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
3f1665b
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
9a2b71a
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
ae7b9f6
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
f1d9d9f
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
c2f8f9d
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
2193609
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
3661c59
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
c75d8ad
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
5c2c375
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
d8e6a07
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
7de1986
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
a237a54
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
de628cf
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
8bfdd47
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
50f2784
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
3153163
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
a25da57
Use index URL instead of extra index URL in specifying PyTorch nightl…
alexsherstinsky Mar 6, 2024
74fa0f2
Comment out PyTorch-nightly tests.
alexsherstinsky Mar 6, 2024
9cd709a
Comment out PyTorch-nightly tests.
alexsherstinsky Mar 6, 2024
6a8efc9
Comment out PyTorch-nightly tests.
alexsherstinsky Mar 7, 2024
973f9eb
Merge branch 'master' into bugfix/alexsherstinsky/integration_tests/u…
alexsherstinsky Mar 7, 2024
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
11 changes: 6 additions & 5 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,16 @@ jobs:
torchscript-version: 1.10.2
ray-version: 2.3.1
- python-version: "3.10"
pytorch-version: nightly
# pytorch-version: nightly
pytorch-version: 2.2.1
torchscript-version: 1.10.2
ray-version: 2.3.1
env:
PYTORCH: ${{ matrix.pytorch-version }}
MARKERS: ${{ matrix.test-markers }}
NEUROPOD_BASE_DIR: "/usr/local/lib/neuropod"
NEUROPOD_VERISON: "0.3.0-rc6"
TORCHSCRIPT_VERISON: ${{ matrix.torchscript-version }}
TORCHSCRIPT_VERSION: ${{ matrix.torchscript-version }}
RAY_VERSION: ${{ matrix.ray-version }}
AWS_ACCESS_KEY_ID: ${{ secrets.LUDWIG_TESTS_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.LUDWIG_TESTS_AWS_SECRET_ACCESS_KEY }}
Expand Down Expand Up @@ -152,7 +153,7 @@ jobs:
- name: Install Neuropod backend
run: |
sudo mkdir -p "$NEUROPOD_BASE_DIR"
curl -L https://github.com/uber/neuropod/releases/download/v${{ env.NEUROPOD_VERISON }}/libneuropod-cpu-linux-v${{ env.NEUROPOD_VERISON }}-torchscript-${{ env.TORCHSCRIPT_VERISON }}-backend.tar.gz | sudo tar -xz -C "$NEUROPOD_BASE_DIR"
curl -L https://github.com/uber/neuropod/releases/download/v${{ env.NEUROPOD_VERISON }}/libneuropod-cpu-linux-v${{ env.NEUROPOD_VERISON }}-torchscript-${{ env.TORCHSCRIPT_VERSION }}-backend.tar.gz | sudo tar -xz -C "$NEUROPOD_BASE_DIR"
shell: bash

- name: Unit Tests
Expand Down Expand Up @@ -441,7 +442,7 @@ jobs:
# PYTORCH: ${{ matrix.pytorch-version }}
# NEUROPOD_BASE_DIR: "/usr/local/lib/neuropod"
# NEUROPOD_VERISON: "0.3.0-rc6"
# TORCHSCRIPT_VERISON: ${{ matrix.torchscript-version }}
# TORCHSCRIPT_VERSION: ${{ matrix.torchscript-version }}

# name: py${{ matrix.python-version }}, torch-${{ matrix.pytorch-version }}, gpu

Expand Down Expand Up @@ -503,7 +504,7 @@ jobs:
# - name: Install Neuropod backend
# run: |
# sudo mkdir -p "$NEUROPOD_BASE_DIR"
# curl -L https://github.com/uber/neuropod/releases/download/v${{ env.NEUROPOD_VERISON }}/libneuropod-cpu-linux-v${{ env.NEUROPOD_VERISON }}-torchscript-${{ env.TORCHSCRIPT_VERISON }}-backend.tar.gz | sudo tar -xz -C "$NEUROPOD_BASE_DIR"
# curl -L https://github.com/uber/neuropod/releases/download/v${{ env.NEUROPOD_VERISON }}/libneuropod-cpu-linux-v${{ env.NEUROPOD_VERISON }}-torchscript-${{ env.TORCHSCRIPT_VERSION }}-backend.tar.gz | sudo tar -xz -C "$NEUROPOD_BASE_DIR"
# shell: bash

# - name: Reinstall Horovod if necessary
Expand Down
Loading