memory-efficient-attention-pytorch
Implementation of a memory efficient multi-head attention as proposed in the paper, "Self-attention Does Not Need O(n²) Memory"
파일 탐색기
최종 버전 다운로드 (.zip)- python-package.yml
- python-publish.yml
- enwik8.gz
- README.md
- __init__.py
- autoregressive_wrapper.py
- cosine_sim_flash_attention.py
- flash_attention.py
- memory_efficient_attention.py
- memory_efficient_cosine_sim_attention.py
- reversible.py
- transformer.py
- test.py
- .gitignore
- LICENSE
- README.md
- setup.cfg
- setup.py
- train.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/lucidrains/memory-efficient-attention-pytorch
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd memory-efficient-attention-pytorch
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
