Skip to content

Commit

Permalink
docs: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyi-Lin committed Dec 16, 2024
1 parent ebc476f commit 3f55d1b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vitepress/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const en = defineConfig({
link: base_path_api + '/api-index',
activeMatch: '/en/api/',
},
{ text: 'v0.3.28', items: [
{ text: 'v0.4.0', items: [
{ text: 'changelog', link: base_path_guide_cloud + '/general/changelog' },
{ text: 'Contribution', link: 'https://github.com/SwanHubX/SwanLab/blob/main/CONTRIBUTING.md' },
{ text: 'Feedback', link: 'https://geektechstudio.feishu.cn/share/base/form/shrcn8koDFRcH2mMcBYMh9tiKfI'}
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const zh = defineConfig({
link: base_path_api + '/api-index',
activeMatch: '/api/',
},
{ text: 'v0.3.28', items: [
{ text: 'v0.4.0', items: [
{ text: '更新日志', link: base_path_guide_cloud + '/general/changelog' },
{ text: '参与贡献', link: 'https://github.com/SwanHubX/SwanLab/blob/main/CONTRIBUTING.md' },
{ text: '建议反馈', link: 'https://geektechstudio.feishu.cn/share/base/form/shrcn8koDFRcH2mMcBYMh9tiKfI'}
Expand Down
14 changes: 14 additions & 0 deletions en/guide_cloud/general/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Upgrade to latest version: `pip install -U swanlab`
Github: https://github.com/SwanHubX/SwanLab
:::


## v0.4.0 - 2024.12.15

🎉The long-awaited hardware monitoring feature (cloud version) is now available, supporting system-level monitoring of **CPU, NPU, and GPU**:

- **CPU**: Utilization, Thread Count
- **Memory**: Utilization, Process Utilization, Available Memory
- **Nvidia GPU**: Utilization, Memory Allocation, Temperature, Power Consumption
- **Ascend NPU**: Utilization, HBM Allocation, Temperature

More monitoring features are on the way!

by Cunyue

## v0.3.28 - 2024.12.6

> 🍥Announcement: Hardware monitoring feature coming soon!
Expand Down
13 changes: 13 additions & 0 deletions zh/guide_cloud/general/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@
Github: https://github.com/SwanHubX/SwanLab
:::

## v0.4.0 - 2024.12.15

🎉万众期待的硬件监控功能(云端版)已经上线,支持**CPU、NPU、GPU**的系统级信息监控:

- **CPU**:利用率、线程数
- **内存**:利用率、进程利用率、可用内存
- **Nvidia GPU**:利用率、显存分配、温度、功耗
- **Ascend NPU**:利用率、HBM分配、温度

更多信息的监控已经在路上!

by Cunyue


## v0.3.28 - 2024.12.6

Expand Down

0 comments on commit 3f55d1b

Please sign in to comment.