Skip to content

Commit

Permalink
Fix README (#96)
Browse files Browse the repository at this point in the history
* Update README.md

* fix readme
  • Loading branch information
micmelesse authored Nov 8, 2024
1 parent bf67fc9 commit 4159ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Then install and test Flash Attention with the flag `FLASH_ATTENTION_TRITON_AMD_
export FLASH_ATTENTION_TRITON_AMD_ENABLE="TRUE"
cd flash-attention
python setup.py install
pytest tests/test_flash_attn.py
pytest tests/test_flash_attn_triton_amd.py
```


Expand Down
2 changes: 1 addition & 1 deletion flash_attn/flash_attn_triton_amd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Then install and test Flash Attention with the flag `FLASH_ATTENTION_TRITON_AMD_
export FLASH_ATTENTION_TRITON_AMD_ENABLE="TRUE"
cd flash-attention
python setup.py install
pytest tests/test_flash_attn.py
pytest tests/test_flash_attn_triton_amd.py
```

#### Credits
Expand Down

0 comments on commit 4159ab3

Please sign in to comment.