I have multiple python envs installed and it is a mess. Once in a while, accelerate/torchrun/deepspeed pickup the wrong python env, causing many " No module found" issues. How can I systematically identify which env these use, so I can install the package/call them correctly? My current solution is dumb, trying to install packages randomly and it works but is not sustainable.
A systematic way to know which Python env these refer to.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745350674a4623812.html
评论列表(0条)