Skip to content

Commit

Permalink
Preprocessing AOAI
Browse files Browse the repository at this point in the history
  • Loading branch information
darkanita committed Jun 9, 2024
1 parent 4814aee commit 24f0e16
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/1. Load_Preprocessing_Data.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: 1. Load Preprocessing Data
name: 1. Load Preprocessing Data with AOAI

on:
push:
branches:
- main
paths:
- 'src/data_pipelines/preprocessing.py'
- 'src/data_pipelines/preprocessing_aoai.py'
workflow_dispatch:

jobs:
Expand All @@ -22,7 +22,10 @@ jobs:
env:
WANDB_API_KEY: ${{ secrets.WANDB_API_KEY }}
run: wandb login $WANDB_API_KEY
- name: Run data_pipeline preprocessind data
- name: Run data_pipeline preprocessind data with AOAI
env:
HUGGINGFACEHUB_API_TOKEN: ${{ secrets.HUGGINGFACEHUB_API_TOKEN }}
run: python src/data_pipelines/preprocessing.py --IdExecution ${{ github.run_number }}
AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_OPENAI_ENDPOINT }}
AZURE_OPENAI_API_KEY: ${{ secrets.AZURE_OPENAI_API_KEY }}
EMBEDDINGS_DEPLOYMENT_NAME: ${{ secrets.EMBEDDINGS_DEPLOYMENT_NAME }}
OPENAI_API_VERSION : ${{ secrets.OPENAI_API_VERSION }}
run: python src/data_pipelines/preprocessing_aoai.py --IdExecution ${{ github.run_number }}

0 comments on commit 24f0e16

Please sign in to comment.