mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
Remove old environment variables
This commit is contained in:
parent
00829b8537
commit
91b37c8972
1 changed files with 2 additions and 5 deletions
|
@ -57,10 +57,10 @@ env:
|
|||
MODEL_IDS: "${{ inputs.model_ids || 'Llama3.2-3B-Instruct' }}"
|
||||
|
||||
# ID used for each test's provider config
|
||||
PROVIDER_ID: "${{ inputs.provider_id || 'meta-reference' }}"
|
||||
#PROVIDER_ID: "${{ inputs.provider_id || 'meta-reference' }}"
|
||||
|
||||
# Defined dynamically when each test is run below
|
||||
PROVIDER_CONFIG: ""
|
||||
#PROVIDER_CONFIG: ""
|
||||
|
||||
# (Unused) API key that can be manually defined for workflow dispatch
|
||||
API_KEY: "${{ inputs.api_key || '' }}"
|
||||
|
@ -71,9 +71,6 @@ env:
|
|||
# Defines the output xml reports generated after a test is run
|
||||
REPORTS_GEN: ""
|
||||
|
||||
RANK: 0
|
||||
WORLD_SIZE: 4
|
||||
|
||||
jobs:
|
||||
execute_workflow:
|
||||
name: Execute workload on Self-Hosted GPU k8s runner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue