diff --git a/docs/short_term/engineering_practice/index.md b/docs/short_term/ai_practice/index.md similarity index 100% rename from docs/short_term/engineering_practice/index.md rename to docs/short_term/ai_practice/index.md diff --git a/docs/short_term/index.md b/docs/short_term/index.md index 3a859da7..61bf7d20 100644 --- a/docs/short_term/index.md +++ b/docs/short_term/index.md @@ -22,8 +22,9 @@ |课程综合实践 Ⅰ|...|一(短)|2.5|| |课程综合实践 Ⅱ|[C++ 项目管理及工程实践](cpp_project/)|二(短)|2.5|较完善✅| |课程综合实践 Ⅱ|[Rust 开发实训](rust/)|二(短)|2.5|较完善✅| +|课程综合实践 Ⅱ|[大模型应用与实践](llm)|二(短)|2.5|较完善✅| |课程综合实践 Ⅱ|...|二(短)|2.5|| -|[工程实践](engineering_practice/)(仅 AI)||三(短)|2.0|较完善✅| +|[人工智能实践](ai_practice/)(仅 AI)||三(短)|3.0|| diff --git a/docs/short_term/llm_practice/index.md b/docs/short_term/llm/index.md similarity index 100% rename from docs/short_term/llm_practice/index.md rename to docs/short_term/llm/index.md diff --git a/mkdocs.yml b/mkdocs.yml index b380f1cc..54ff6b1b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -107,7 +107,7 @@ nav: - 固定课程: - short_term/index.md - 计算机系统概论: short_term/ics/index.md - - 工程实践: short_term/engineering_practice/index.md + - 人工智能实践: short_term/ai_practice/index.md - 课程综合实践 Ⅰ: - short_term/index.md - 超算实训: short_term/hpc/index.md @@ -118,7 +118,7 @@ nav: - short_term/index.md - C++ 项目管理及工程实践: short_term/cpp_project/index.md - Rust 开发实训: short_term/rust/index.md - - 大模型应用与实践: short_term/llm_practice/index.md + - 大模型应用与实践: short_term/llm/index.md - 跨专业课程: - others/index.md - 常微分方程: others/ode/index.md