export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES

pull/477/head
Aleksandr Borzunov 10 months ago
parent 6cd0be5f0a
commit b2047f5590

@ -49,6 +49,7 @@ jobs:
export TENSOR_PARALLEL_ARGS="${{ matrix.model == 'bigscience/bloom-560m' && '--tensor_parallel_devices cpu cpu' || '' }}"
export no_proxy=* # See https://github.com/kevlened/pytest-parallel/issues/93#issuecomment-839913651
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
# [Step 1] Set up a tiny test swarm (see https://github.com/bigscience-workshop/petals/wiki/Launch-your-own-swarm)

Loading…
Cancel
Save