Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-rocm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:

- name: Cache ROCm installation
id: cache-rocm
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: C:\Program Files\AMD\ROCm
key: cache-gha-rocm-${{ env.HIPSDK_INSTALLER_VERSION }}-${{ runner.os }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install huggingface-hub
run: pip install huggingface-hub
- name: Restore model cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.cache/huggingface/hub
key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Restore model cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.cache/huggingface/hub
key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
cache: 'pip'

- name: Restore model cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.cache/huggingface/hub
key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }}
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
python3 -c "import platform; print(platform.machine(), platform.architecture())"

- name: Restore model cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.cache/huggingface/hub
key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }}
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
python3 -c "import platform; print(platform.machine(), platform.architecture())"

- name: Restore model cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.cache/huggingface/hub
key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }}
Expand Down
Loading