Skip to content

Bump torch from 2.5.1 to 2.6.0 in /use-cases/model-fine-tuning-pipeline/fine-tuning/pytorch/src #1833

Bump torch from 2.5.1 to 2.6.0 in /use-cases/model-fine-tuning-pipeline/fine-tuning/pytorch/src

Bump torch from 2.5.1 to 2.6.0 in /use-cases/model-fine-tuning-pipeline/fine-tuning/pytorch/src #1833

Workflow file for this run

# https://github.com/prettier/prettier
name: Markdown formatter
on:
- push
- pull_request
jobs:
prettier-md:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: prettier --check
# Get Prettier version from the devcontainer dependencies to ensure that
# we run the same version in both environments
run: |-
npx prettier@$(node -p -e "require('./.devcontainer/dependencies/package.json').dependencies['prettier']") --check '**.md'