Commit 84f25b7
[Train / Release] Fix Huggingface TRL release test (ray-project#63188)
## Description
The HuggingFace Transformer Reinforcement Learning release test is
failing from `(RayTrainWorker pid=3665, ip=10.0.159.246) ERROR: Flag
‘grpc_experiments' was defined more than once but with differing types.
Defined in files
'external/com_github_grpc_grpc/src/core/config/config_vars.cc' and
'workspace/grpc/src/core/config/config_vars.cc'. [repeated 3x across
cluster]`
This appears to be due to a crash in ray's grpc and tensorflow's grpc
that HF transformers will import.
To address this issue, this PR we just uninstall tensorflow as it isn't
used in the release script
---------
Signed-off-by: Mark Towers <mark@anyscale.com>
Co-authored-by: Mark Towers <mark@anyscale.com>1 parent 2da278f commit 84f25b7
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments