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 4854572 commit ee5be83Copy full SHA for ee5be83
.buildkite/test-pipeline.yaml
@@ -158,8 +158,8 @@ steps:
158
# TODO: create a dedicated test section for multi-GPU example tests
159
# when we have multiple distributed example tests
160
- pushd ../examples/offline_inference
161
- - python3 rlhf.py
162
- - RAY_DEDUP_LOGS=0 python3 rlhf_colocate.py
+ - VLLM_ALLOW_INSECURE_SERIALIZATION=1 python3 rlhf.py
+ - VLLM_ALLOW_INSECURE_SERIALIZATION=1 RAY_DEDUP_LOGS=0 python3 rlhf_colocate.py
163
- popd
164
165
- label: Metrics, Tracing Test # 10min
0 commit comments