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
4 changes: 2 additions & 2 deletions blog/2024-12-31-post/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ metadata:
GeForce RTX 3090,0,true:
```

The `device` is called again here, which we will look into later. For now, let's continue to examine who calls `RegisterFromNodeAnnotations`.
The `device` is called again here and examined later. Next, looking at who calls `RegisterFromNodeAnnotations`.

`cmd/scheduler/main.go:70`

Expand Down Expand Up @@ -870,7 +870,7 @@ func InitDevicesWithConfig(config *Config) {
}
```

Since NVIDIA is used here, we mainly need to focus on `InitNvidiaDevice`.
Since NVIDIA is used here, the focus is on `InitNvidiaDevice`.

`pkg/device/devices.go:42`

Expand Down
2 changes: 1 addition & 1 deletion blog/hami-webui-v1-1-0-release/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ For detailed instructions, refer to the [HAMi WebUI Installation Guide](/docs/in

## Documentation

The HAMi community has prepared comprehensive documentation:
The HAMi community has prepared documentation:

- **[WebUI User Guide](/docs/userguide/hami-webui-user-guide)** — Learn how to use the cluster overview, node management, GPU management, and workload tracking features.
- **[WebUI Developer Guide](/docs/developers/hami-webui-development-guide)** — Understand the architecture, repository structure, local development setup, and coding conventions for contributing to WebUI.
Expand Down
Loading