Update ruff to 0.11.2 (#36962)
* update * update * update --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -116,8 +116,8 @@ if __name__ == "__main__":
|
||||
|
||||
info = past_versions_testing[args.framework][args.version]
|
||||
|
||||
os.system(f'echo "export INSTALL_CMD=\'{info["install"]}\'" >> ~/.profile')
|
||||
print(f'echo "export INSTALL_CMD=\'{info["install"]}\'" >> ~/.profile')
|
||||
os.system(f"echo \"export INSTALL_CMD='{info['install']}'\" >> ~/.profile")
|
||||
print(f"echo \"export INSTALL_CMD='{info['install']}'\" >> ~/.profile")
|
||||
|
||||
cuda = ""
|
||||
if args.framework == "pytorch":
|
||||
|
||||
Reference in New Issue
Block a user