"examples/deepseek_nsa/reference.py" did not exist on "2b97e98a3aff95de32ef8e48a4cbbff698693fbc"
Fix ssh connection error (#829)
SSH client has a max number of open channels for a connection, if we set the number of trialCurrency too big, our ssh client will exec command using ssh frequently, then we will meet the error of Error: (SSH) Channel open failure: open failed. Refactor the code, set one connection has a max trial concurrency, when the number of trial reach the ssh connection restriction, will create a new ssh connection to exec trial commands.
Showing
Please register or sign in to comment