We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedce63 commit 68fca64Copy full SHA for 68fca64
.github/workflows/check_api_changes.yml
@@ -71,6 +71,7 @@ jobs:
71
if: env.HASH_CHANGED == 'true'
72
run: |
73
git clone --recursive https://github.com/ROCm/aiter.git
74
+ sed -i 's/raise RuntimeError("ROCm version file not found")/return "5.0.0"/' aiter/aiter/jit/utils/cpp_extension.py
75
cd aiter
76
python -m pip install -r requirements.txt
77
python setup.py develop
0 commit comments