Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ python scripts/install.py [XMAKE_CONFIG_FLAGS]
```shell

# 在third_party目录拉取cutlass和flash attn库的源码(不需要--recursive)
## flash-attention commit: 10846960ca0793b993446f6dbaf696479c127a9d
## cutlass commit: 087c84df83d254b5fb295a7a408f1a1d554085cf

# 设置cutlass路径的环境变量CUTLASS_ROOT(部分环境可选)
export CUTLASS_ROOT=<path-to>/InfiniCore/third_party/cutlass
Expand Down
Loading