Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gespispace committed Jan 6, 2024
1 parent 2880616 commit b22adb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DBUILD_SHARED_LIBS=ON -DLLAMA_BUILD_SERVER=ON -DLLAMA_NATIVE=OFF
cmake .. -DLLAMA_BUILD_SERVER=ON -DLLAMA_NATIVE=OFF
cmake --build . --config Release --parallel $(nproc)
- name: Test
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
checksum: getCheckSum("./build-cmake-macOS/server"),
url: s3Path + 'macOS-x86-64',
},
cublas: {
metal: {
checksum: getCheckSum("./build-cmake-macOS-metal/server"),
url: s3Path + 'macOS-x86-64-metal'
},
Expand Down

0 comments on commit b22adb4

Please sign in to comment.