update intermediate

This commit is contained in:
Adam Wilson
2025-08-19 12:59:31 -06:00
parent 53104e3399
commit 3f95f3e4b6
@@ -1,6 +1,10 @@
name: 'Reusable Test #4 | RAG + CoT | meta-llama/Llama-3.2-3B-Instruct'
on:
workflow_call:
secrets:
HF_TOKEN:
required: true
description: 'Hugging Face authentication token'
inputs:
batch_offset:
description: 'Starting prompt index offset'
@@ -19,7 +23,8 @@ on:
jobs:
test:
uses: ./.github/workflows/test_04.abstract_base.yml
secrets: inherit
secrets:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
with:
batch_offset: ${{ inputs.batch_offset }}
range_name: ${{ inputs.range_name }}