Skip to content

Change the name of the Infinity-Instruct-7M-0729-Models to Infinity-Instruct-7M-Gen-Models #224

Change the name of the Infinity-Instruct-7M-0729-Models to Infinity-Instruct-7M-Gen-Models

Change the name of the Infinity-Instruct-7M-0729-Models to Infinity-Instruct-7M-Gen-Models #224

name: test format leaderboard
on:
pull_request:
branches:
- main
paths:
- 'src/alpaca_eval/leaderboards/data_AlpacaEval/**'
- 'results/**'
workflow_dispatch:
jobs:
format_leaderboard:
runs-on: "ubuntu-20.04"
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: "pip"
- name: Install dependencies
run: pip install .
- name: Format sample sheets
run: python docs/format_sample_sheets.py
- name: Update leaderboard
run: python docs/format_export_leaderboards.py
- name: Run check for unwanted PR files
run: python docs/check_unwanted_files.py