Skip to content

⬆️ Bump torch from 2.10.0 to 2.11.0 #966

⬆️ Bump torch from 2.10.0 to 2.11.0

⬆️ Bump torch from 2.10.0 to 2.11.0 #966

Workflow file for this run

name: Check Markdown and Examples
on: [push, pull_request]
jobs:
check-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v6
with:
node-version: 'lts/*'
#cache: npm
- uses: actions/checkout@v6
- run: |
npm install
npm list
npm test