Skip to content

Commit 9ffbbfe

Browse files
committed
chore(content): fix name for lcpu
1 parent a45e36b commit 9ffbbfe

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function footerMessage(locale: LocaleKey) {
6868
const names =
6969
locale === 'en'
7070
? {
71-
lcpu: 'PKU Linux Club',
71+
lcpu: 'Linux Club of Peking Unversity',
7272
wmhpc: 'PKU Weiming Supercomputing Team',
7373
linuxproj: 'Linux.cn'
7474
}
@@ -95,7 +95,7 @@ function footerCopyright(locale: LocaleKey) {
9595
const names =
9696
locale === 'en'
9797
? {
98-
lcpu: 'PKU Linux Club',
98+
lcpu: 'Linux Club of Peking Unversity',
9999
wmhpc: 'PKU Weiming Supercomputing Team'
100100
}
101101
: {

docs/.vitepress/data/site-i18n.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ export const siteCopy = {
170170
en: {
171171
home: {
172172
organizationsAria:
173-
'PKU Weiming Supercomputing Team and PKU Linux Club',
173+
'PKU Weiming Supercomputing Team and Linux Club of Peking Unversity',
174174
wmhpc: 'PKU Weiming Supercomputing Team',
175-
lcpu: 'PKU Linux Club',
175+
lcpu: 'Linux Club of Peking Unversity',
176176
subtitle: 'How can we train faster, run better, and serve for less?',
177177
lead:
178178
'From kernels and compilers to distributed systems and collective communication, and from model serving to reinforcement learning systems, this seminar series connects the ideas and engineering behind large-scale AI training and inference.',

0 commit comments

Comments
 (0)