Skip to content

update LLaMA2-70B/megatron benchmark readme (#399) #9

update LLaMA2-70B/megatron benchmark readme (#399)

update LLaMA2-70B/megatron benchmark readme (#399) #9

Workflow file for this run

name: YAPF Formatting Check
on:
push:
branches: [ "main", "master"]
pull_request:
branches: [ "main", "master"]
workflow_dispatch: {}
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run YAPF to test if python code is correctly formatted
uses: AlexanderMelde/yapf-action@master
with:
args: --verbose