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 644e7aa commit c0d9badCopy full SHA for c0d9bad
.github/workflows/ci_test-base.yml
@@ -31,7 +31,6 @@ jobs:
31
- name: Setup macOS
32
if: runner.os == 'macOS'
33
run: |
34
- brew update # todo: find a better fix (libomp error)
35
brew install libomp # https://github.com/pytorch/pytorch/issues/20030
36
37
# Note: This uses an internal pip API and may not always work
.github/workflows/ci_test-full.yml
@@ -41,7 +41,6 @@ jobs:
41
42
43
44
45
46
brew install openmpi libuv # Horovod on macOS requires OpenMPI, Gloo not currently supported
47
0 commit comments