Skip to content

Commit

Permalink
Merge pull request #6 from intel-analytics/branch-2.5.0b2
Browse files Browse the repository at this point in the history
fix dependabot alerts (intel-analytics#12014)
  • Loading branch information
SANKHA1 authored Oct 16, 2024
2 parents 20419fd + 1763fe6 commit 0df8d85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/llm/download-llm-binary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
using: "composite"
steps:
- name: Download all build files
uses: actions/download-artifact@v3
uses: actions/download-artifact@4.1.7
- name: Move build resources
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/llm-harness-evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
OUTPUT_PATH="results_$DATE"
echo "OUTPUT_PATH=$OUTPUT_PATH" >> $GITHUB_ENV
- name: Download all results
uses: actions/download-artifact@v3
uses: actions/download-artifact@4.1.7
with:
name: harness_results
path: ${{ env.OUTPUT_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion python/requirements/nano/requirements_torch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ torchmetrics==0.11.0
opencv-python-headless
PyTurboJPEG
opencv-transforms
cryptography==42.0.0
cryptography

0 comments on commit 0df8d85

Please sign in to comment.