Skip to content

Commit

Permalink
fix: Update env
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro-v committed Jun 28, 2024
1 parent 0f17b20 commit 59813a5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/model_converter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@ on:
hf_model_id:
description: "HuggingFace model ID"
required: true
default: meta-llama/Meta-Llama-3-8B-Instruct
default: "meta-llama/Meta-Llama-3-8B-Instruct"
model_size:
description: "The model size"
required: true
type: string
default: 8B
default: "8B"
hf_target_model_id:
description: "HuggingFace target model ID"
required: true
type: string
default: llama3_test
default: "llama3_test"

push:
branches:
- feat/model_converter_ci

env:
USER_NAME: cortexhub
MODEL_ID: ${{ inputs.hf_model_id }}
MODEL_SIZE: ${{ inputs.model_size }}
TARGET_MODEL_ID: ${{ inputs.hf_target_model_id }}
USER_NAME: jan-hq
MODEL_ID: meta-llama/Meta-Llama-3-8B-Instruct # ${{ inputs.hf_model_id }}
MODEL_SIZE: 8B #${{ inputs.model_size }}
TARGET_MODEL_ID: llama3_test #${{ inputs.hf_target_model_id }}
PRECISION: int4
EXECUTOR: dml

Expand Down

0 comments on commit 59813a5

Please sign in to comment.