Skip to content

Commit

Permalink
directory fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
anagarajan97 committed Oct 5, 2023
1 parent 693bad5 commit 01b0410
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 01b0410

Please sign in to comment.