Skip to content

Commit

Permalink
fix: README.md (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiryls authored Feb 2, 2024
1 parent 1daed20 commit 0d9156c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

融合算子的 diopi 定义及实现放在 DIOPI 库里,本拓展库仅引用。

支持自动 patch InternLM 和 lightllm 中用到的融合算子,将它们替换为 DIOPI 实现。
支持自动 patch InternLM 和 LightLLM 中用到的融合算子,将它们替换为 DIOPI 实现。

## Install

Expand All @@ -23,7 +23,7 @@ import deeplink_ext.patch_internlm
import internlm
```

#lightllm
### LightLLM

```python
import deeplink_ext.patch_lightllm
Expand Down

0 comments on commit 0d9156c

Please sign in to comment.