forked from flagos-ai/KernelGenBench
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.po
More file actions
297 lines (237 loc) · 9.61 KB
/
Copy pathindex.po
File metadata and controls
297 lines (237 loc) · 9.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2026, FlagOS Community
# This file is distributed under the same license as the KernelGenBench
# Documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2026.
#
msgid ""
msgstr ""
"Project-Id-Version: KernelGenBench Documentation \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-17 11:11+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: zh_CN\n"
"Language-Team: zh_CN <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.17.0\n"
#: ../../source/getting-started/index.md:1
msgid "Getting Started"
msgstr "快速开始"
#: ../../source/getting-started/index.md:3
#, python-brace-format
msgid ""
"This guide helps you quickly set up {term}`KernelGenBench` and run your "
"first evaluation."
msgstr "本指南帮助您快速安装 {term}`KernelGenBench` 并运行您的第一次评估。"
#: ../../source/getting-started/index.md:5
msgid "Prerequisites"
msgstr "前提条件"
#: ../../source/getting-started/index.md:7
#, python-brace-format
msgid "Before installing {term}`KernelGenBench`, ensure you have:"
msgstr "在安装 {term}`KernelGenBench` 之前,请确保您具备:"
#: ../../source/getting-started/index.md:9
msgid "Python 3.8 or higher"
msgstr "Python 3.8 或更高版本"
#: ../../source/getting-started/index.md:10
#, python-brace-format
msgid "{term}`CUDA` 11.0+ (for NVIDIA platforms)"
msgstr "{term}`CUDA` 11.0+(适用于 NVIDIA 平台)"
#: ../../source/getting-started/index.md:11
#, python-brace-format
msgid "API credentials for your chosen {term}`LLM` provider"
msgstr "您选择的 {term}`LLM` 提供商的 API 凭证"
#: ../../source/getting-started/index.md:13
msgid "Installation"
msgstr "安装"
#: ../../source/getting-started/index.md:15
msgid "NVIDIA"
msgstr "NVIDIA"
#: ../../source/getting-started/index.md:24
msgid ""
"`vllm==0.13.0` will automatically install compatible versions of torch "
"and triton."
msgstr "`vllm==0.13.0` 将自动安装兼容版本的 torch 和 triton。"
#: ../../source/getting-started/index.md:26
msgid "Domestic Chips (Ascend / MUSA / Hygon / Iluvatar / MetaX)"
msgstr "国产芯片(昇腾 / MUSA / 海光 / 天数智芯 / 摩尔线程)"
#: ../../source/getting-started/index.md:28
msgid ""
"On domestic chips, torch and the chip-specific runtime (e.g., torch_npu, "
"torch_musa) are pre-installed in the vendor container image. Use the "
"vendor-provided Docker image to start a container, then install "
"KernelGenBench inside it:"
msgstr ""
"在国产芯片上,torch 和芯片特定的运行时(如 torch_npu、torch_musa)已预先安装在厂商容器镜像中。使用厂商提供的 "
"Docker 镜像启动容器,然后在其中安装 KernelGenBench:"
#: ../../source/getting-started/index.md:49
msgid "**Note**: Do NOT install vllm on non-NVIDIA platforms — it is NVIDIA-only."
msgstr "**注意**:不要在非 NVIDIA 平台上安装 vllm —— 它仅适用于 NVIDIA。"
#: ../../source/getting-started/index.md:51
msgid "Configure API Credentials"
msgstr "配置 API 凭证"
#: ../../source/getting-started/index.md:53
#, python-brace-format
msgid "Set up your {term}`LLM` provider credentials:"
msgstr "设置您的 {term}`LLM` 提供商凭证:"
#: ../../source/getting-started/index.md:64
msgid "Step 3: Install Claude Code CLI (for Agent Track)"
msgstr "步骤 3:安装 Claude Code CLI(用于智能体赛道)"
#: ../../source/getting-started/index.md:66
msgid "If you plan to use the Agent Track, install the Claude Code CLI:"
msgstr "如果您计划使用智能体赛道,请安装 Claude Code CLI:"
#: ../../source/getting-started/index.md:72
msgid "Verify Installation"
msgstr "验证安装"
#: ../../source/getting-started/index.md:74
#, python-brace-format
msgid "Test that {term}`KernelGenBench` is installed correctly:"
msgstr "测试 {term}`KernelGenBench` 是否正确安装:"
#: ../../source/getting-started/index.md:80
msgid "Run Your First Evaluation"
msgstr "运行您的第一次评估"
#: ../../source/getting-started/index.md:82
msgid "Quick Test (Single Operator)"
msgstr "快速测试(单个算子)"
#: ../../source/getting-started/index.md:84
#, python-brace-format
msgid "Test with a single {term}`Operator` to verify everything works:"
msgstr "使用单个 {term}`算子` 进行测试以验证一切正常:"
#: ../../source/getting-started/index.md:95
msgid "Full Evaluation"
msgstr "完整评估"
#: ../../source/getting-started/index.md:97
msgid "Run a complete evaluation on all operators:"
msgstr "对所有算子运行完整评估:"
#: ../../source/getting-started/index.md:114
msgid "Datasets"
msgstr "数据集"
#: ../../source/getting-started/index.md
msgid "Dataset"
msgstr "数据集"
#: ../../source/getting-started/index.md
msgid "Operators"
msgstr "算子"
#: ../../source/getting-started/index.md
msgid "Description"
msgstr "描述"
#: ../../source/getting-started/index.md
#, python-brace-format
msgid "`{term}`KernelGenBench``"
msgstr "{term}`KernelGenBench`"
#: ../../source/getting-started/index.md
msgid "210"
msgstr "210"
#: ../../source/getting-started/index.md
#, python-brace-format
msgid "Full set ({term}`ATen` + {term}`vLLM` + {term}`cuBLAS`)"
msgstr "完整集合({term}`ATen` + {term}`vLLM` + {term}`cuBLAS`)"
#: ../../source/getting-started/index.md
#, python-brace-format
msgid "`{term}`KernelGenBench-aten``"
msgstr "{term}`KernelGenBench-aten`"
#: ../../source/getting-started/index.md
msgid "110"
msgstr "110"
#: ../../source/getting-started/index.md
#, python-brace-format
msgid "{term}`ATen` operators only"
msgstr "仅 {term}`ATen` 算子"
#: ../../source/getting-started/index.md
#, python-brace-format
msgid "`{term}`KernelGenBench-vllm``"
msgstr "{term}`KernelGenBench-vllm`"
#: ../../source/getting-started/index.md
msgid "50"
msgstr "50"
#: ../../source/getting-started/index.md
#, python-brace-format
msgid "{term}`vLLM` operators only (NVIDIA only)"
msgstr "仅 {term}`vLLM` 算子(仅限 NVIDIA)"
#: ../../source/getting-started/index.md
#, python-brace-format
msgid "`{term}`KernelGenBench-cublas``"
msgstr "{term}`KernelGenBench-cublas`"
#: ../../source/getting-started/index.md
#, python-brace-format
msgid "{term}`cuBLAS` operators only (NVIDIA only)"
msgstr "仅 {term}`cuBLAS` 算子(仅限 NVIDIA)"
#: ../../source/getting-started/index.md:124
#, python-brace-format
msgid ""
"On non-NVIDIA chips, the default dataset is automatically set to {term"
"}`KernelGenBench-aten` because {term}`vLLM` and {term}`cuBLAS` operators "
"require NVIDIA GPUs."
msgstr ""
"在非 NVIDIA 芯片上,默认数据集自动设置为 {term}`KernelGenBench-aten`,因为 {term}`vLLM` 和 "
"{term}`cuBLAS` 算子需要 NVIDIA GPU。"
#: ../../source/getting-started/index.md:127
msgid "Hardware Detection"
msgstr "硬件检测"
#: ../../source/getting-started/index.md:129
#, python-brace-format
msgid "{term}`KernelGenBench` automatically detects your hardware platform:"
msgstr "{term}`KernelGenBench` 自动检测您的硬件平台:"
#: ../../source/getting-started/index.md:136
msgid "Troubleshooting"
msgstr "故障排除"
#: ../../source/getting-started/index.md:123
msgid "Issue"
msgstr "问题"
#: ../../source/getting-started/index.md:123
msgid "Solution"
msgstr "解决方案"
#: ../../source/getting-started/index.md:123
msgid "`ModuleNotFoundError: No module named 'kernelgenbench'`"
msgstr "`ModuleNotFoundError: No module named 'kernelgenbench'`"
#: ../../source/getting-started/index.md:123
msgid "Run `pip install -e .` in the project root"
msgstr "在项目根目录运行 `pip install -e .`"
#: ../../source/getting-started/index.md:123
#, python-brace-format
msgid "{term}`CUDA` out of memory"
msgstr "{term}`CUDA` 内存不足"
#: ../../source/getting-started/index.md:123
msgid "Reduce `--device-count` or use smaller batch sizes"
msgstr "减少 `--device-count` 或使用更小的批次大小"
#: ../../source/getting-started/index.md:123
msgid "API authentication errors"
msgstr "API 认证错误"
#: ../../source/getting-started/index.md:123
msgid "Verify your API keys are set correctly"
msgstr "验证您的 API 密钥设置正确"
#: ../../source/getting-started/index.md:123
#, python-brace-format
msgid "{term}`vLLM` installation conflicts on non-NVIDIA platforms"
msgstr "非 NVIDIA 平台上的 {term}`vLLM` 安装冲突"
#: ../../source/getting-started/index.md:123
#, python-brace-format
msgid "Do not install {term}`vLLM`; use vendor container images"
msgstr "不要安装 {term}`vLLM`;使用厂商容器镜像"
#: ../../source/getting-started/index.md:145
msgid "Next Steps"
msgstr "下一步"
#: ../../source/getting-started/index.md:147
#, python-brace-format
msgid "[Overview](../overview/index.md) - Learn what {term}`KernelGenBench` is"
msgstr "[概述](../overview/index.md) - 了解 {term}`KernelGenBench` 是什么"
#: ../../source/getting-started/index.md:148
msgid "[Features](../features/index.md) - Explore all features"
msgstr "[功能](../features/index.md) - 探索所有功能"
#: ../../source/getting-started/index.md:149
msgid ""
"[LLM Track](../operation-guide/llm-track/index.md) - Detailed LLM "
"evaluation"
msgstr "[LLM 赛道](../operation-guide/llm-track/index.md) - 详细的 LLM 评估"
#: ../../source/getting-started/index.md:150
msgid ""
"[Agent Track](../operation-guide/agent-track/index.md) - Detailed Agent "
"evaluation"
msgstr "[智能体赛道](../operation-guide/agent-track/index.md) - 详细的智能体评估"
#: ../../source/getting-started/index.md:151
msgid "[FAQ](../faq/index.md) - Frequently asked questions"
msgstr "[常见问题](../faq/index.md) - 常见问题解答"