Skip to content

Add a new tp overlap cfg for tp2 llama2 70B #864

Add a new tp overlap cfg for tp2 llama2 70B

Add a new tp overlap cfg for tp2 llama2 70B #864

Workflow file for this run

name: autoconf
on:
pull_request:
branches:
- 'main'
jobs:
unit_tests:
runs-on: ubuntu-latest
env:
working-directory: ./auto_configurator
steps:
- name: checkout the repo
uses: actions/checkout@v3
- name: install dependencies
run: |
python -m pip install pytest
pip install -r requirements.txt
pip install requests-mock
- name: run unit tests
run: pytest
working-directory: ${{env.working-directory}}