Skip to content

run_gpt2_from_huggingface.py: do not download the onnx data file if it exists #2541

run_gpt2_from_huggingface.py: do not download the onnx data file if it exists

run_gpt2_from_huggingface.py: do not download the onnx data file if it exists #2541

name: GitHub Action Black Format
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --exclude third_party"
src: "."