Skip to content

add code for multi gpus retrain and code examples #865

add code for multi gpus retrain and code examples

add code for multi gpus retrain and code examples #865

Workflow file for this run

name: Linting
on: [ push, pull_request ]
jobs:
linting:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -e .[all]
- name: PyLint
run: |
pylint deepparse/ tests/ examples/