Skip to content

extend max_prompt_length and input text for 128k evaluation #732

extend max_prompt_length and input text for 128k evaluation

extend max_prompt_length and input text for 128k evaluation #732

Workflow file for this run

name: Formatting
on:
push:
branches:
- 'staging**'
pull_request:
branches:
'**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# formatting and basic install on cpu-only machine
formatting:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: environment
run: |
which python
python --version
pip install pre-commit>=2.20.0
- name: Formatting checks
run: |
pre-commit run --all-files