Skip to content

Commit

Permalink
Removed cml container and added cml setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcoole committed Oct 25, 2024
1 parent 2a0f2a1 commit d9adf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ on: [push]
jobs:
train-and-report:
runs-on: ubuntu-latest
container: docker://ghcr.io/iterative/cml:0-dvc2-base1
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: iterative/setup-cml@v2
- name: Run pipeline
env:
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

1 comment on commit d9adf61

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

answer_correctness: 0.4842462118634181
context_recall: 0.5168111362123531
answer_relevancy: 0.5118510485937765
context_precision: 0.5140816398742392

Please sign in to comment.