Skip to content

Commit 6f4cb1f

Browse files
Sherry dev (#7)
* refactor: Modify the readme --------- Co-authored-by: Huang Huang(AI) <huang.huang@mthreads.com>
1 parent 8d22cbd commit 6f4cb1f

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* [Acknowledgements](#acknowledgements)
88
* [Community](#Community)
99
## Latest News
10-
- 📣 NEW! [App](./develop/app/README.md) - Add a user application to the SimuMax.
10+
- 📣 NEW! [App](./app/README.md) - Add a user application to the SimuMax.
1111
- 📣 NEW! [Strategy Search](./examples/search/llm_search.py) - Support strategy search.
1212
- 📣 NEW! [System Config Pipeline](./simu_tools/efficency_test/README.md) - Add a Pipeline to generate system file include computing and communication efficiency.
1313

@@ -150,4 +150,8 @@ If you're passionate about:
150150
Large-scale models for MoE, Reinforcement Learning, Multi-Modal
151151
GPU/GPU-Cluster Training/Inference performance optimization
152152

153-
Feel free to reach out to 1354789084@qq.com.
153+
Feel free to reach out to hxuerong7@gmail.com.
154+
155+
## Star History
156+
157+
[![Star History Chart](https://api.star-history.com/svg?repos=MooreThreads/SimuMax&type=date&legend=top-left)](https://www.star-history.com/#MooreThreads/SimuMax&type=date&legend=top-left)

simumax/core/transformer/language_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,4 +596,4 @@ def prefill(self, args, call_stk='', com_buff=None):
596596
self.call_stk = f"rank{args.rank}-microbatch{args.microbatch}{call_stk}{self.call_stk}"
597597
for layer in self.children_ordered_module:
598598
self.layers.append(layer)
599-
layer.prefill(args, self.call_stk, com_buff=com_buff)
599+
layer.prefill(args, self.call_stk, com_buff=com_buff)

0 commit comments

Comments
 (0)