Skip to content

Commit

Permalink
Removed Zm1000 (didn't help), reduce number of parallel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
martindevans committed Sep 22, 2024
1 parent 9f4d846 commit 5843186
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,6 @@ jobs:
method: 'network'
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'

- name: "Configure"
if: runner.os == 'Windows'
run: |
echo "CMAKE_CXX_FLAGS=/Zm1000" | Out-File -FilePath $env:GITHUB_ENV -Append
- uses: Jimver/[email protected]
if: runner.os == 'Linux'
id: cuda-toolkit-linux
Expand All @@ -258,7 +253,7 @@ jobs:
mkdir build
cd build
cmake .. ${{ env.COMMON_DEFINE }} -DGGML_CUDA=ON
cmake --build . --config Release -j ${env:NUMBER_OF_PROCESSORS}
cmake --build . --config Release
ls -R
- name: Upload artifacts (Windows)
Expand Down

0 comments on commit 5843186

Please sign in to comment.