Skip to content

Commit c9a9b75

Browse files
authored
Merge pull request #926 from martindevans/fix/windows_cuda_heap_space3
Reduced parallel CUDA builds
2 parents 3bd24cf + 5843186 commit c9a9b75

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,6 @@ jobs:
238238
method: 'network'
239239
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
240240

241-
- name: "Configure"
242-
if: runner.os == 'Windows'
243-
run: |
244-
echo "CMAKE_CXX_FLAGS=/Zm1000" | Out-File -FilePath $env:GITHUB_ENV -Append
245-
246241
- uses: Jimver/[email protected]
247242
if: runner.os == 'Linux'
248243
id: cuda-toolkit-linux
@@ -258,7 +253,7 @@ jobs:
258253
mkdir build
259254
cd build
260255
cmake .. ${{ env.COMMON_DEFINE }} -DGGML_CUDA=ON
261-
cmake --build . --config Release -j ${env:NUMBER_OF_PROCESSORS}
256+
cmake --build . --config Release
262257
ls -R
263258
264259
- name: Upload artifacts (Windows)

0 commit comments

Comments
 (0)