mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-08-24 20:12:40 +02:00
support HF
This commit is contained in:
@@ -50,6 +50,7 @@ jobs:
|
|||||||
- name: 'run text generation tests - ${{ inputs.model_display_name }} - range ${{ inputs.range_name }} batch ${{ matrix.batch }}'
|
- name: 'run text generation tests - ${{ inputs.model_display_name }} - range ${{ inputs.range_name }} batch ${{ matrix.batch }}'
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
||||||
PROMPT_BATCH: ${{ matrix.batch }}
|
PROMPT_BATCH: ${{ matrix.batch }}
|
||||||
BATCH_SIZE: ${{ inputs.batch_size }}
|
BATCH_SIZE: ${{ inputs.batch_size }}
|
||||||
BATCH_OFFSET: ${{ inputs.batch_offset }}
|
BATCH_OFFSET: ${{ inputs.batch_offset }}
|
||||||
|
|||||||
Reference in New Issue
Block a user