Skip to content

Commit 2ac42ca

Browse files
authored
Update ppo_main.py (PaddlePaddle#7881)
1 parent 7a5fbe7 commit 2ac42ca

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

examples/RLHF/ppo_main.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,6 @@
3131
)
3232
from paddlenlp.utils.log import logger
3333

34-
# launch would unset http_proxy
35-
# export https_proxy=http://172.19.57.45:3128
36-
# os.environ["http_proxy"] = "http://172.19.56.199:3128"
37-
# os.environ["https_proxy"] = "http://172.19.56.199:3128"
38-
# os.environ["http_proxy"] = "http://172.19.57.45:3128"
39-
# os.environ["https_proxy"] = "http://172.19.57.45:3128"
40-
os.environ["http_proxy"] = "http://10.162.37.16:8128"
41-
os.environ["https_proxy"] = "http://10.162.37.16:8128"
42-
os.environ["no_proxy"] = "localhost,bj.bcebos.com,su.bcebos.com,paddlepaddledeps.bj.bcebos.com,pslib.bj.bcebos.com"
43-
44-
4534
@dataclass
4635
class TrainingArguments(TrainingArguments):
4736
kl_coeff: float = field(

0 commit comments

Comments
 (0)