Skip to content

Commit ec61f36

Browse files
committed
resolve conflict
Signed-off-by: james <open4pd@4paradigm.com>
2 parents 0db201b + 8526dff commit ec61f36

187 files changed

Lines changed: 7409 additions & 533 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AGENTS.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ See `docs/contributor/contributing.md` (§ DCO Sign-off) and `docs/contributor/g
129129
- Core Concepts
130130
- Key Features
131131
- Get Started
132-
- Installation (including device-specific guides for NVIDIA, Cambricon, Hygon, Mthreads, Iluvatar, Enflame, AWS Neuron, Kunlunxin, Metax, Ascend)
132+
- Installation (including device-specific guides for NVIDIA, Cambricon, Hygon, Mthreads, Iluvatar, Enflame, AWS Neuron, Kunlunxin, MetaX, Ascend)
133133
- User Guide (with monitoring and device-specific subsections)
134134
- Developer Guide
135135
- Contributor Guide
@@ -320,6 +320,20 @@ The site uses Prism.js with additional languages:
320320

321321
Add more in `docusaurus.config.js` under `prism.additionalLanguages`.
322322

323+
### Mermaid Diagrams
324+
325+
Mermaid blocks are rendered through a custom wrapper at `src/theme/Mermaid/index.js`. To give a diagram a visible caption, add a `%% title: <text>` line as the **first line inside the mermaid fence**:
326+
327+
````
328+
```mermaid
329+
%% title: HAMi Ecosystem Integrations
330+
flowchart TB
331+
A --> B
332+
```
333+
````
334+
335+
The wrapper extracts that comment and renders it as a `<figcaption>` (the lightbox picks it up too). `%%` is otherwise a plain mermaid comment, so the title only appears because of this wrapper. Do **not** use mermaid's YAML frontmatter form (`---\ntitle: ...\n---`) — it is not rendered on this site.
336+
323337
### Custom Changelog Plugin Details
324338

325339
The changelog plugin (`src/plugins/changelog/index.js`) is a customized Docusaurus blog plugin that:
@@ -361,7 +375,7 @@ Each device vendor has a dedicated section under `userguide/<Vendor>-device/`:
361375
- **Enflame (GCU)** - Chinese AI accelerator
362376
- **AWS Neuron** - AWS Inferentia/Trainium
363377
- **Kunlunxin (XPU)** - Chinese AI chip
364-
- **Metax** - Chinese GPU with topology-aware scheduling
378+
- **MetaX** - Chinese GPU with topology-aware scheduling
365379
- **Ascend** - Huawei NPU
366380

367381
### Translation Sync

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218

219219
#### :rocket: Major features
220220

221-
- Metax sGPU topology aware by ([@Kyrie336](https://github.com/Kyrie336)) in [#1193](https://github.com/Project-HAMi/HAMi/pull/1193)
221+
- MetaX sGPU topology aware by ([@Kyrie336](https://github.com/Kyrie336)) in [#1193](https://github.com/Project-HAMi/HAMi/pull/1193)
222222
- NVIDIA Resourcequota by ([@FouoF](https://github.com/FouoF)) in [#1359](https://github.com/Project-HAMi/HAMi/pull/1359)
223223
- Kunlunxin topology-aware scheduling by ([@FouoF](https://github.com/FouoF)) in [#1141](https://github.com/Project-HAMi/HAMi/pull/1141)
224224
- Kunlunxin vxpu sopport #1016 by ([@ouyangluwei163](https://github.com/ouyangluwei163)) ([@archlitchi](https://github.com/archlitchi)) in [#1337](https://github.com/Project-HAMi/HAMi/pull/1337)
@@ -277,7 +277,7 @@
277277
- Prerelease-v2.6 by ([@archlitchi](https://github.com/archlitchi)) in [#1108](https://github.com/Project-HAMi/HAMi/pull/1108)
278278
- add new reviewers Shouren and ouyangluwei163 by ([@wawa0210](https://github.com/wawa0210)) in [#1131](https://github.com/Project-HAMi/HAMi/pull/1131)
279279
- Support topology-awareness for Kunlunxin device by ([@archlitchi](https://github.com/archlitchi)) in [#1121](https://github.com/Project-HAMi/HAMi/pull/1121)
280-
- Support Metax sGPU Qos Policy by ([@Kyrie336](https://github.com/Kyrie336)) in [#1123](https://github.com/Project-HAMi/HAMi/pull/1123)
280+
- Support MetaX sGPU Qos Policy by ([@Kyrie336](https://github.com/Kyrie336)) in [#1123](https://github.com/Project-HAMi/HAMi/pull/1123)
281281
- add global image for chart by ([@calvin0327](https://github.com/calvin0327)) in [#1133](https://github.com/Project-HAMi/HAMi/pull/1133)
282282
- fix: Skip admission webhook when Pod's scheduler is already assigned. by ([@ghostloda](https://github.com/ghostloda)) in [#1041](https://github.com/Project-HAMi/HAMi/pull/1041)
283283
- Add node configs to docs by ([@wylswz](https://github.com/wylswz)) in [#1159](https://github.com/Project-HAMi/HAMi/pull/1159)
@@ -304,7 +304,7 @@
304304
- feat: Add an action of 'Close stale issue and PRs' in github worklfow by ([@Shouren](https://github.com/Shouren)) in [#1083](https://github.com/Project-HAMi/HAMi/pull/1083)
305305
- Welcome fyp711 to become a HAMi member by ([@wawa0210](https://github.com/wawa0210)) in [#1288](https://github.com/Project-HAMi/HAMi/pull/1288)
306306
- Add values readme by ([@clcc2019](https://github.com/clcc2019)) in [#1267](https://github.com/Project-HAMi/HAMi/pull/1267)
307-
- Support Metax sGPU device health check by ([@Kyrie336](https://github.com/Kyrie336)) in [#1295](https://github.com/Project-HAMi/HAMi/pull/1295)
307+
- Support MetaX sGPU device health check by ([@Kyrie336](https://github.com/Kyrie336)) in [#1295](https://github.com/Project-HAMi/HAMi/pull/1295)
308308
- Optimize pkg/util.go and distribute logics to corresponding logics by ([@archlitchi](https://github.com/archlitchi)) in [#1296](https://github.com/Project-HAMi/HAMi/pull/1296)
309309
- cleanup: Clear and correct ascend device name by ([@FouoF](https://github.com/FouoF)) in [#1315](https://github.com/Project-HAMi/HAMi/pull/1315)
310310
- bugfix: Nvidia card abnormal pod will still continue to schedule by ([@zgqqiang](https://github.com/zgqqiang)) in [#1336](https://github.com/Project-HAMi/HAMi/pull/1336)
@@ -385,7 +385,7 @@
385385
- support ascend 910B2 by ([@ouyangluwei163](https://github.com/ouyangluwei163)) in [#885](https://github.com/Project-HAMi/HAMi/pull/885)
386386
- fix docs typos by ([@JinVei](https://github.com/JinVei)) in [#869](https://github.com/Project-HAMi/HAMi/pull/869)
387387
- Accelerate node score calculations using multiple goroutines by ([@learner0810](https://github.com/learner0810)) in [#824](https://github.com/Project-HAMi/HAMi/pull/824)
388-
- Support Metax SGPU to sharing GPU by ([@Kyrie336](https://github.com/Kyrie336)) in [#895](https://github.com/Project-HAMi/HAMi/pull/895)
388+
- Support MetaX SGPU to sharing GPU by ([@Kyrie336](https://github.com/Kyrie336)) in [#895](https://github.com/Project-HAMi/HAMi/pull/895)
389389
- docs: fix broken commmunity links by ([@agilgur5](https://github.com/agilgur5)) in [#907](https://github.com/Project-HAMi/HAMi/pull/907)
390390
- add config gpu core isolation policy for webhook by ([@lengrongfu](https://github.com/lengrongfu)) in [#901](https://github.com/Project-HAMi/HAMi/pull/901)
391391
- feat: support scheduler replicas > 1 by ([@Azusa-Yuan](https://github.com/Azusa-Yuan)) in [#898](https://github.com/Project-HAMi/HAMi/pull/898)
@@ -428,7 +428,7 @@
428428
- Add nvidia gpu topoloy score registry to node by ([@lengrongfu](https://github.com/lengrongfu)) in [#1018](https://github.com/Project-HAMi/HAMi/pull/1018)
429429
- fix(cicd): update ci.yaml to upload coverage to Codecov by ([@Shouren](https://github.com/Shouren)) in [#1056](https://github.com/Project-HAMi/HAMi/pull/1056)
430430
- feat(Actions): Add an action to label pr automatically by ([@Shouren](https://github.com/Shouren)) in [#1053](https://github.com/Project-HAMi/HAMi/pull/1053)
431-
- fix: Improve Metax GPU usability and fix related issues by ([@Kyrie336](https://github.com/Kyrie336)) in [#1063](https://github.com/Project-HAMi/HAMi/pull/1063)
431+
- fix: Improve MetaX GPU usability and fix related issues by ([@Kyrie336](https://github.com/Kyrie336)) in [#1063](https://github.com/Project-HAMi/HAMi/pull/1063)
432432
- fix(chart): support GKE pre-release versions via kubeVersion '-0' by ([@Nimbus318](https://github.com/Nimbus318)) in [#1072](https://github.com/Project-HAMi/HAMi/pull/1072)
433433
- fix: Dynamic GPU partitioning lacks single-GPU-level granularity. (#1… by ([@Goend](https://github.com/Goend)) in [#1061](https://github.com/Project-HAMi/HAMi/pull/1061)
434434
- update maintainer information by ([@wawa0210](https://github.com/wawa0210)) in [#1079](https://github.com/Project-HAMi/HAMi/pull/1079)

OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ reviewers:
33
- wawa0210
44
- windsonsea
55
- rootsongjc
6+
- mesutoezdil
67
approvers:
78
- archlitchi
89
- wawa0210

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ docs/
3838

3939
### Prerequisites
4040

41-
- Node.js v20+ (configured in `.nvmrc`)
41+
- Node.js v20+
4242
- npm v10+
4343

4444
### Installation

0 commit comments

Comments
 (0)