Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
darkanita committed Jun 9, 2024
2 parents 898a8cc + e0b1d50 commit 80f116b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/2. Eval_Prompting.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/2. Eval_Prompting_wandb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- 'src/llms/evaluate_llms.py'
- 'src/llms/evaluate_llms_wandb.py'
workflow_dispatch:

jobs:
Expand All @@ -29,4 +29,4 @@ jobs:
EMBEDDINGS_DEPLOYMENT_NAME: ${{ secrets.EMBEDDINGS_DEPLOYMENT_NAME }}
OPENAI_API_VERSION : ${{ secrets.OPENAI_API_VERSION }}
CHAT_COMPLETIONS_DEPLOYMENT_NAME : ${{ secrets.CHAT_COMPLETIONS_DEPLOYMENT_NAME }}
run: python src/llms/evaluate_llms_wandb.py --IdExecution ${{ github.run_number }}
run: python src/llms/evaluate_llms_wandb.py --IdExecution ${{ github.run_number }}

0 comments on commit 80f116b

Please sign in to comment.