Skip to content

Commit

Permalink
🔧 ci(workflows): update github actions cache key for model
Browse files Browse the repository at this point in the history
- modify cache key to include specific model name for more precise caching
- enhance cache granularity for DocLayout-YOLO-DocStructBench-onnx model
  • Loading branch information
awwaawwa committed Jan 24, 2025
1 parent 28681c0 commit 9ee9856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cache/huggingface/hub/models--wybxc--DocLayout-YOLO-DocStructBench-onnx
key: ${{runner.os}}-huggingmodel
key: ${{runner.os}}-huggingmodel-wybxc--DocLayout-YOLO-DocStructBench-onnx
- name: Setup uv with Python ${{ matrix.python-version }}
uses: astral-sh/setup-uv@v5
with:
Expand Down

0 comments on commit 9ee9856

Please sign in to comment.