-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25adec4
commit 6d83fcc
Showing
5 changed files
with
187 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
107 changes: 107 additions & 0 deletions
107
docs/source/locale/zh_CN/LC_MESSAGES/installation/ray.po
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) 1999-2020, The Alibaba Group Holding Ltd. | ||
# This file is distributed under the same license as the mars package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: mars 0.8.0rc1\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-08-05 11:41+0800\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <LL@li.org>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.9.1\n" | ||
|
||
#: ../../source/installation/ray.rst:4 | ||
msgid "Run on Ray" | ||
msgstr "在 Ray 中运行 Mars" | ||
|
||
#: ../../source/installation/ray.rst:6 | ||
msgid "" | ||
"Mars also has deep integration with Ray and can run on `Ray " | ||
"<https://docs.ray.io/en/latest/>`_ efficiently and natively. Running Mars " | ||
"on Ray is simple." | ||
msgstr "Mars 与 `Ray <https://docs.ray.io/en/latest/>`_ 进行了深度集成,并可以高效原生地运行在 Ray 上," | ||
"在 Ray 上运行 Mars 很简单。" | ||
|
||
#: ../../source/installation/ray.rst:10 | ||
msgid "Basic steps" | ||
msgstr "基本步骤" | ||
|
||
#: ../../source/installation/ray.rst:11 | ||
msgid "Install Ray locally:" | ||
msgstr "在本地安装 Ray :" | ||
|
||
#: ../../source/installation/ray.rst:17 | ||
msgid "Start a Ray cluster:" | ||
msgstr "启动 Ray 集群:" | ||
|
||
#: ../../source/installation/ray.rst:24 | ||
msgid "" | ||
"Or connecting to a existing Ray cluster using `Ray client " | ||
"<https://docs.ray.io/en/latest/cluster/ray-client.html>`:" | ||
msgstr "或者使用 `Ray Client <https://docs.ray.io/en/latest/cluster/ray-client.html>`_ 连接到一个已有的集群:" | ||
|
||
#: ../../source/installation/ray.rst:31 | ||
msgid "Creating Mars on Ray runtime in the Ray cluster and do the computing:" | ||
msgstr "创建 Mars on Ray 运行时并执行计算:" | ||
|
||
#: ../../source/installation/ray.rst:54 | ||
msgid "Create a Mars on Ray runtime in the Ray cluster:" | ||
msgstr "在 Ray 集群里面创建 Mars on Ray运行时:" | ||
|
||
#: ../../source/installation/ray.rst:62 | ||
msgid "Connect to the created Mars on Ray runtime and do the computing:" | ||
msgstr "连接到创建的 Mars on Ray 运行时并执行计算:" | ||
|
||
#: ../../source/installation/ray.rst:71 | ||
msgid "Stop the created Mars on Ray runtime:" | ||
msgstr "停止 Mars on Ray 运行时:" | ||
|
||
#: ../../source/installation/ray.rst:79 | ||
msgid "Customizing cluster" | ||
msgstr "自定义集群" | ||
|
||
#: ../../source/installation/ray.rst:80 | ||
msgid "" | ||
"``new_ray_session``/``new_cluster_in_ray`` function provides several " | ||
"keyword arguments for users to define the cluster." | ||
msgstr "``new_ray_session``/``new_cluster_in_ray`` 函数提供了几个用于自定义集群的关键字参数。" | ||
|
||
#: ../../source/installation/ray.rst:83 | ||
msgid "Arguments for supervisors:" | ||
msgstr "Supervisor 相关参数:" | ||
|
||
#: ../../source/installation/ray.rst:86 | ||
msgid "Argument" | ||
msgstr "参数" | ||
|
||
#: ../../source/installation/ray.rst:86 | ||
msgid "Description" | ||
msgstr "描述" | ||
|
||
#: ../../source/installation/ray.rst:88 | ||
msgid "supervisor_mem" | ||
msgstr "" | ||
|
||
#: ../../source/installation/ray.rst:88 | ||
msgid "" | ||
"Memory size for supervisor in the cluster, in bytes or size units like " | ||
"``1g``" | ||
msgstr "Supervisor 的内存大小,可使用字节数或带单位的大小,例如 1g" | ||
|
||
#: ../../source/installation/ray.rst:92 | ||
msgid "Arguments for workers:" | ||
msgstr "Worker 相关参数:" | ||
|
||
#: ../../source/installation/ray.rst:104 | ||
msgid "" | ||
"For instance, if you want to create a Mars cluster with 100 workers, each" | ||
" worker has 4 cores and 16GB memory, you can use the code below:" | ||
msgstr "比如你想创建一个100个 Worker 的 Mars 集群,每个 Worker 拥有 4 核 16GB 内存,你可以使用下面的代码:" | ||
|