Skip to content

Commit

Permalink
fix: evaluation GA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ijdoc committed Oct 9, 2024
1 parent afc4011 commit f6ca8c8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/eval_retrain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,12 @@ jobs:
- name: ⏬ Checkout repository
uses: actions/checkout@v4

- name: 📦 Grab dependencies
run: |
cp transformer_model.py eval/
- name: ⚙️ Run Evaluation
env:
WANDB_API_KEY: ${{ secrets.WANDB_API_KEY }}
id: eval_check
run: |
cd eval
output=$(python eval.py)
output=$(python evaluate.py)
echo "$output" >> $GITHUB_STEP_SUMMARY
# Uncomment the following block to automatically
Expand Down

0 comments on commit f6ca8c8

Please sign in to comment.