From fa2f1fdf6092dd3dcd4e6f791e5300a99678201a Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Tue, 12 Sep 2023 17:28:36 -0400 Subject: [PATCH] Enable accelerations and set python architecture --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a8219dc..cbbdace 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -70,10 +70,11 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} + architecture: x86 - name: Install dependencies run: | python3 -m pip install --upgrade pip - CMAKE_ARGS="-DLLAMA_ACCELERATE=OFF -DLLAMA_METAL=OFF -DLLAMA_K_QUANTS=OFF" python3 -m pip install .[all] -v + python3 -m pip install .[all] -v - name: Test with pytest run: | python3 -m pytest \ No newline at end of file