Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/contributor/contribute-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ the `Project-HAMi/website` repository.
## Prerequisites

- Docs, like codes, are also categorized and stored by version.
1.3 is the first version we have archived.
1.3 is the first archived version.
- Docs need to be translated into multiple languages for readers from different regions.
The community now supports both Chinese and English.
English is the official language of documentation.
Expand Down Expand Up @@ -88,7 +88,7 @@ title: A doc with tags
```

The top section between two lines of --- is the Front Matter section.
Here we define a couple of entries which tell Docusaurus how to handle the article:
The following entries tell Docusaurus how to handle the article:

- Title is the equivalent of the `<h1>` in an HTML document or `# <title>` in a Markdown article.
- Each document has a unique ID. By default, a document ID is the name of the document
Expand Down Expand Up @@ -202,6 +202,6 @@ If the previewed page is not what you expected, please check your docs again.

### Versioning

For the newly supplemented documents of each version, we will synchronize to the latest version
Newly supplemented documents for each version are synchronized to the latest version
on the release date of each version, and the documents of the old version will not be modified.
For errata found in the documentation, we will fix it with every release.
Errata found in the documentation are fixed with every release.
2 changes: 1 addition & 1 deletion docs/developers/kunlunxin-topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The selection process is shown below:
## Score

In the scoring phase, all filtered nodes are evaluated and scored to select the optimal one
for scheduling. We introduce a metric called **MTF** (Minimized Tasks to Fill),
for scheduling. The scoring uses a metric called **MTF** (Minimized Tasks to Fill),
which quantifies how well a node can accommodate future tasks after allocation.

The table below shows examples of XPU occupation and proper MTF values:
Expand Down
4 changes: 2 additions & 2 deletions docs/developers/scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Current in a cluster with many GPU nodes, nodes are not `binpack` or `spread` wh

## Proposal

We add a `node-scheduler-policy` and `gpu-scheduler-policy` to config, then scheduler to use this policy can impl node `binpack` or `spread` or GPU `binpack` or `spread`. and
use can set Pod annotation to change this default policy, use `hami.io/node-scheduler-policy` and `hami.io/gpu-scheduler-policy` to overlay scheduler config.
A `node-scheduler-policy` and `gpu-scheduler-policy` can be set in config. The scheduler uses this policy to implement node `binpack` or `spread` or GPU `binpack` or `spread`.
Pod annotations `hami.io/node-scheduler-policy` and `hami.io/gpu-scheduler-policy` can override the default scheduler config.

### User Stories

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ title: Enable Enflame GPU Sharing

## Prerequisites

* Enflame gcushare-device-plugin >= 2.1.6 (please consult your device provider, gcushare has two components: gcushare-scheduler-plugin and gcushare-device-plugin, we only need gcushare-device-plugin here )
* Enflame gcushare-device-plugin >= 2.1.6 (please consult your device provider, gcushare has two components: gcushare-scheduler-plugin and gcushare-device-plugin; only gcushare-device-plugin is needed here)
* driver version >= 1.2.3.14
* kubernetes >= 1.24
* enflame-container-toolkit >=2.0.50
Expand Down
Loading