Skip to content

Snowflake-Labs/flash-attention

 
 

Repository files navigation

About

Fork of https://github.com/vllm-project/flash-attention. Daily changes should be pushed to the corvo branch.

Sync from head

We keep track of the main branch of https://github.com/vllm-project/flash-attention.git in the vllm branch in https://github.com/Snowflake-Labs/flash-attention.git.

To sync from head, run below.

git branch -D main 2>/dev/null 
git checkout -b main
git remote set-url origin https://github.com/vllm-project/flash-attention.git
git fetch origin main
git reset --hard origin/main
git remote set-url origin https://github.com/Snowflake-Labs/flash-attention.git
git branch -D vllm
git branch -m vllm
git checkout origin/corvo README.md
git commit -am 'modify readme'
git push origin HEAD

About

Fast and memory-efficient exact attention

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 46.7%
  • C++ 34.6%
  • Cuda 18.3%
  • Dockerfile 0.3%
  • C 0.1%
  • Shell 0.0%