摘要: import os os.environ["RAY_DEDUP_LOGS"] = "0" import time import ray database = ["Learning", "ray", "a", "b","c"] db_obeject_ref = ray.put(database) @r 阅读全文
posted @ 2025-05-22 22:20 xiezhengcai 阅读(43) 评论(0) 推荐(0)