Skip to content

Commit b23161c

Browse files
authored
docs: fix spelling typos in guides (#594)
1 parent 92be874 commit b23161c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/dpdispatcher_on_yarn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Background
44

5-
Currently, DPGen(or other DP softwares) supports for HPC systems like Slurm, PBS, LSF and cloud machines. In order to run DPGen jobs on ByteDance internal platform, we need to extend it to support yarn resources. Hadoop Ecosystem is a very commonly used platform to process the big data, and in the process of developing the new interface, we found it can be implemented by only using hadoop opensource components. So for the convenience of the masses, we decided to contribute the codes to opensource community.
5+
Currently, DPGen(or other DP software) supports for HPC systems like Slurm, PBS, LSF and cloud machines. In order to run DPGen jobs on ByteDance internal platform, we need to extend it to support yarn resources. Hadoop Ecosystem is a very commonly used platform to process the big data, and in the process of developing the new interface, we found it can be implemented by only using hadoop opensource components. So for the convenience of the masses, we decided to contribute the codes to opensource community.
66

77
## Design
88

@@ -95,7 +95,7 @@ class DistributedShell(Machine):
9595
pass
9696
9797
def gen_script_command(self, job):
98-
""" Generate the shell script to be executed in DistibutedShell container
98+
""" Generate the shell script to be executed in DistributedShell container
9999
100100
Parameters
101101
----------
@@ -115,7 +115,7 @@ The following is an example of generated shell script. It will be executed in a
115115
```
116116
#!/bin/bash
117117
118-
## set envionment variables
118+
## set environment variables
119119
source /opt/intel/oneapi/setvars.sh
120120
121121
## download the tar file from hdfs which contains forward files

doc/examples/expanse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Expanse](https://www.sdsc.edu/support/user_guides/expanse.html) is a cluster operated by the San Diego Supercomputer Center. Here we provide an example to run jobs on the expanse.
44

5-
The machine parameters are provided below. Expanse uses the SLURM workload manager for job scheduling. {ref}`remote_root <machine/remote_root>` has been created in advance. It's worth metioned that we do not recommend to use the password, so [SSH keys](https://www.ssh.com/academy/ssh/key) are used instead to improve security.
5+
The machine parameters are provided below. Expanse uses the SLURM workload manager for job scheduling. {ref}`remote_root <machine/remote_root>` has been created in advance. It's worth mentioned that we do not recommend to use the password, so [SSH keys](https://www.ssh.com/academy/ssh/key) are used instead to improve security.
66

77
```{literalinclude} ../../examples/machine/expanse.json
88
---

doc/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ and `task.json` is
111111
}
112112
```
113113

114-
You may also submit mutiple GPU jobs:
114+
You may also submit multiple GPU jobs:
115115
complex resources example
116116

117117
```python3

0 commit comments

Comments
 (0)