diff options
| author | 2023-07-09 20:13:21 +0800 | |
|---|---|---|
| committer | 2023-07-09 20:13:21 +0800 | |
| commit | 047e180f209e3c7ca0078afc5497c594b31f062f (patch) | |
| tree | 00bce034ff478df53e9cb515e7784fd3481fb25f /docs/content/features.ts | |
| parent | f02459322c0fa90450bf4a09378d25905209d32b (diff) | |
| download | HydroRoll-047e180f209e3c7ca0078afc5497c594b31f062f.tar.gz HydroRoll-047e180f209e3c7ca0078afc5497c594b31f062f.zip | |
❤️
Diffstat (limited to 'docs/content/features.ts')
| -rw-r--r-- | docs/content/features.ts | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/docs/content/features.ts b/docs/content/features.ts index fa499e5..a6ef5c9 100644 --- a/docs/content/features.ts +++ b/docs/content/features.ts @@ -47,57 +47,57 @@ const REPO_FEATURES: Features = [ page: "all", }, { - name: "Content-aware hashing", - description: `Turborepo looks at the contents of your files, not timestamps to figure out what needs to be built.`, + name: "内容感知哈希", + description: `HydroRollAI根据文件内容而不是时间戳来确定需要构建的内容。`, iconDark: FingerprintIconDark, iconLight: FingerprintIconLight, page: "home", }, { - name: "Parallel execution", - description: `Execute builds using every core at maximum parallelism without wasting idle CPUs.`, + name: "并行执行", + description: `以最大并行性使用每个核心来执行构建,避免浪费空闲CPU。`, iconDark: LightningIconDark, iconLight: LightningIconLight, page: "all", }, { - name: "Remote Caching", - description: `Share a remote build cache with your teammates and CI/CD for even faster builds.`, + name: "远程缓存", + description: `与团队成员和CI/CD共享远程构建缓存,加快构建速度。`, iconDark: CloudIconDark, iconLight: CloudIconLight, page: "all", }, { - name: "Zero runtime overhead", - description: `Turborepo won’t interfere with your runtime code or touch your sourcemaps. `, + name: "零运行时开销", + description: `HydroRollAI不会干扰您的运行时代码,也不会修改您的源映射文件。 `, iconDark: CpuIconDark, iconLight: CpuIconLight, page: "all", }, { - name: "Pruned subsets", - description: `Speed up PaaS deploys by generating a subset of your monorepo with only what's needed to build a specific target.`, + name: "精简子集", + description: `通过生成仅包含构建特定目标所需内容的部分,加快模型的部署速度。`, iconDark: PieconDark, iconLight: PieconLight, page: "all", }, { - name: "Task pipelines", - description: `Define the relationships between your tasks and then let Turborepo optimize what to build and when.`, + name: "任务流水线", + description: `定义任务之间的关系,然后让HydroRollAI优化构建顺序和时间。`, iconDark: ArrowsExpandIconDark, iconLight: ArrowsExpandIconLight, page: "all", }, { - name: "Meets you where you’re at", - description: `Using Lerna? Keep your package publishing workflow and use Turborepo to turbocharge task running.`, + name: "满足您的需求", + description: `正在使用Pytorch或者Tensorflow?保持您的包发布工作流程,并使用HydroRollAI加速任务运行。`, iconDark: BeakerIconDark, iconLight: BeakerIconLight, page: "home", }, { - name: `Profile in your browser`, - description: `Generate build profiles and import them in Chrome or Edge to understand which tasks are taking the longest.`, + name: `在浏览器中进行性能分析`, + description: `生成构建分析文件,并在Chrome或Edge中导入,以了解哪些任务耗时最长`, iconDark: BarsIconDark, iconLight: BarsIconLight, page: "home", |
