From 01b04105e016b1aceba17d3cd80275d5e4da4852 Mon Sep 17 00:00:00 2001 From: Aswin Nagarajan Date: Thu, 5 Oct 2023 06:37:32 -0700 Subject: [PATCH] directory fixes --- ...models-azure_openai-oai-v1-openai_completions_finetune.yml | 2 +- ...models-azure_openai-oai-v2-openai_completions_finetune.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cli-foundation-models-azure_openai-oai-v1-openai_completions_finetune.yml b/.github/workflows/cli-foundation-models-azure_openai-oai-v1-openai_completions_finetune.yml index 9fe91dfa2d..561be5646f 100644 --- a/.github/workflows/cli-foundation-models-azure_openai-oai-v1-openai_completions_finetune.yml +++ b/.github/workflows/cli-foundation-models-azure_openai-oai-v1-openai_completions_finetune.yml @@ -52,5 +52,5 @@ jobs: bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json"; [ -f "../../.azureml/config" ] && cat "../../.azureml/config"; bash -x ../dataset-create.sh - bash -x ../../../run-job.sh openai_completions_finetune_spec.yaml + bash -x ../../../../run-job.sh openai_completions_finetune_spec.yaml working-directory: cli/foundation-models/azure_openai/oai-v1/openai_completions_finetune diff --git a/.github/workflows/cli-foundation-models-azure_openai-oai-v2-openai_completions_finetune.yml b/.github/workflows/cli-foundation-models-azure_openai-oai-v2-openai_completions_finetune.yml index 3b278e04bc..6974181132 100644 --- a/.github/workflows/cli-foundation-models-azure_openai-oai-v2-openai_completions_finetune.yml +++ b/.github/workflows/cli-foundation-models-azure_openai-oai-v2-openai_completions_finetune.yml @@ -52,5 +52,5 @@ jobs: bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json"; [ -f "../../.azureml/config" ] && cat "../../.azureml/config"; bash -x ../dataset-create.sh - bash -x ../../../run-job.sh openai_completions_finetune_pipeline_spec.yaml - working-directory: cli/foundation-models/azure_openai/oai-v1/openai_completions_finetune_pipeline + bash -x ../../../../run-job.sh openai_completions_finetune_pipeline_spec.yaml + working-directory: cli/foundation-models/azure_openai/oai-v2/openai_completions_finetune_pipeline