update torch==2.6.0 (#526)

This commit is contained in:
Adil Hafeez 2025-08-11 13:23:40 -07:00 committed by GitHub
parent 93ff4d7b1f
commit 202409cc9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 365 additions and 353 deletions

View file

@ -9,6 +9,10 @@ on:
jobs:
e2e_model_server_tests:
runs-on: ubuntu-latest-m
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
defaults:
run:
working-directory: ./tests/modelserver
@ -20,7 +24,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
python-version: ${{ matrix.python-version }}
cache: "pip" # auto-caches based on requirements files
- name: install poetry
run: |