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 e8387fb commit 7eaec79Copy full SHA for 7eaec79
.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: actions/cache@v4
50
with:
51
path: ~/.local
52
- key: poetry-v7
+ key: poetry-v8
53
54
- name: Install Poetry
55
if: steps.cached-poetry.outputs.cache-hit != 'true'
@@ -67,7 +67,7 @@ jobs:
67
68
69
path: .venv
70
- key: venv-v7-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
+ key: venv-v8-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
71
72
- name: Install mlx
73
run: poetry run pip install "mlx[cpu]==0.28.0" "mlx-lm==0.26.3"
0 commit comments