This repository has been archived by the owner on Apr 27, 2024. It is now read-only.
Add LLaMA example #616
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Check Torch-MLIR E2E tests with nightly packages. | |
#name: Test Nightly Packages | |
# | |
#on: | |
# schedule: | |
# - cron: '0 10,22 * * *' | |
# workflow_dispatch: | |
# | |
#jobs: | |
# run_e2e_tests: | |
# name: Run Torch-MLIR E2E Tests | |
# runs-on: ubuntu-20.04 | |
# steps: | |
# - name: Set up Python | |
# uses: actions/setup-python@v2 | |
# with: | |
# python-version: '3.10' | |
# - name: Get iree-torch | |
# uses: actions/checkout@v2 | |
# with: | |
# submodules: 'true' | |
# - name: Install Nightly packages | |
# run: | | |
# python -m pip install -r $GITHUB_WORKSPACE/requirements.txt | |
# - name: Run Torch-MLIR E2E Tests | |
# run: | | |
# $GITHUB_WORKSPACE/tools/e2e_test.sh -v -s |