Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
BBuf committed Apr 20, 2024
1 parent 92482ca commit 314910d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
5 changes: 3 additions & 2 deletions docs/project/OneFlow/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# OneFlow
# OneFlow或者CUDA相关的文章分享

这个专栏记录一些OneFlow框架的开发笔记以及一些CUDA相关的开发和使用经验。

这个专栏记录一些OneFlow的开发者在开发OneFlow框架中的笔记。
4 changes: 0 additions & 4 deletions docs/resources/YOLOv5.md

This file was deleted.

5 changes: 5 additions & 0 deletions docs/resources/llm_infra.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### 分享几个大模型,CUDA,深度学习框架,AI Infra,AI 编译器学习资料汇总的github仓库

- LLM和CUDA: https://github.com/BBuf/how-to-optim-algorithm-in-cuda
- TVM和MLIR等深度学习编译器:https://github.com/BBuf/tvm_mlir_learn
- PyTorch/OneFlow等深度学习框架:https://github.com/BBuf/how-to-learn-deep-learning-framework
5 changes: 5 additions & 0 deletions docs/resources/公众号文章按时间顺序的索引.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## GiantPandaCV公众号发表和转载的的文章,按照时间顺序排列

### todo


9 changes: 5 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ nav:
- 使用Msnhnet实现最优化问题(1)一(无约束优化问题): project/Msnhnet/使用Msnhnet实现最优化问题(1)一(无约束优化问题).md
- 基于Msnhnet实现最优化问题(中)一(无约束优化问题): project/Msnhnet/基于Msnhnet实现最优化问题(中)一(无约束优化问题).md
- 基于YOLOV5的数据集标注,训练,WindowsLinuxJetson Nano多平台部署全流程: project/Msnhnet/基于YOLOV5的数据集标注,训练,WindowsLinuxJetson Nano多平台部署全流程.md
- OneFlow:
- OneFlow或者CUDA相关的文章分享:
- 专栏介绍: project/OneFlow/README.md
- Oneflow 实现强化学习玩 Flappy Bird 小游戏: project/OneFlow/Oneflow 实现强化学习玩 Flappy Bird 小游戏.md
- 以OneFlow为例梳理深度学习框架的那些插值方法: project/OneFlow/以OneFlow为例梳理深度学习框架的那些插值方法.md
Expand Down Expand Up @@ -827,9 +827,10 @@ nav:
- ALITA用于自动驾驶的大规模增量数据集: resources/ALITA用于自动驾驶的大规模增量数据集.md
- VIDEO:
- video: video/video_1.md
- YOLOv5:
- yolov5: resources/YOLOv5.md

- 公众号文章按时间顺序的索引:
- 公众号文章按时间顺序的索引: resources/公众号文章按时间顺序的索引.md
- 大模型,CUDA,深度学习框架,AI Infra,AI 编译器学习资料汇总:
- 大模型,CUDA,深度学习框架,AI Infra,AI 编译器学习资料汇总: resources/llm_infra.md

# Theme
theme:
Expand Down

0 comments on commit 314910d

Please sign in to comment.