Skip to content

Commit

Permalink
Update recipe_test_multi_gpu.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-varma authored Apr 9, 2024
1 parent 0050673 commit c090f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/recipe_test_multi_gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
python -m pip install lm-eval==0.4.*
- name: Upgrade gcc
run: |
sudo dnf install -y gcc-11 gcc-c++-11
sudo yum install -y gcc-toolset-11-gcc-11.2.1-9.1.el8.x86_64 gcc-toolset-11-gcc-c++-11.2.1-9.1.el8.x86_64
echo "GCC version to follow"
echo $(gcc --version)
- name: Run recipe tests with coverage
Expand Down

0 comments on commit c090f58

Please sign in to comment.