flowersteam / lamorel

Lamorel is a Python library designed for RL practitioners eager to use Large Language Models (LLMs).
MIT License
190 stars 18 forks source link

What's the next step after running launch command? #2

Closed Shengqiang-Zhang closed 1 year ago

Shengqiang-Zhang commented 1 year ago

Hi, thanks for this impressive library. I'm new to this field. I was trying to run the SayCan example. After I set up the path and ran the two launch commands, the terminal output like this [2023-04-14 15:27:23,862][root][INFO] - Using nproc_per_node=1. [2023-04-14 15:27:23,869][torch.distributed.elastic.rendezvous.static_tcp_rendezvous][INFO] - Creating TCPStore as the c10d::Store implementation So, what's the next step I can do? Thanks very much!

Shengqiang-Zhang commented 1 year ago

I have solved the problem. Just because of some small mistakes.

zsy23 commented 11 months ago

I encounter the same problem,how to solve?