Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR Test with Runner Update #14

Closed
wants to merge 12 commits into from
4 changes: 2 additions & 2 deletions .github/workflows/gha_workflow_llama_models_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
runner:
description: 'GHA Runner Scale Set label to run workflow on.'
required: true
default: "llama-models-gha-runner-gpu"
default: "llama-models-fork-gha-runner-gpu"

branch:
description: "Branch to checkout"
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
defaults:
run:
shell: bash # default shell to run all steps for a given job.
runs-on: ${{ inputs.runner != '' && inputs.runner || 'llama-models-gha-runner-cpu' }}
runs-on: ${{ inputs.runner != '' && inputs.runner || 'llama-models-fork-gha-runner-cpu' }}
if: always()
steps:

Expand Down
1 change: 1 addition & 0 deletions models/llama3/api/test_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

# Copyright (c) Meta Platforms, Inc. and affiliates.
# This software may be used and distributed in accordance with the terms of the Llama 3 Community License Agreement.
# Test addition

import os
from unittest import TestCase
Expand Down
Loading