Skip to content

fix single gpu training #319

fix single gpu training

fix single gpu training #319

Workflow file for this run

name: CI GitLab
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: repository sync
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wangchucheng/[email protected]
with:
target-url: ${{ secrets.CLARIN_REPO_URL }}
target-username: ${{ secrets.CLARIN_REPO_USERNAME }}
target-token: ${{ secrets.CLARIN_REPO_TOKEN }}