mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-05-27 18:32:23 +02:00
update intermediate
This commit is contained in:
+6
-1
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user