mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 15:33:51 +08:00
* Sparse attn + ops/runtime refactor + v0.3.0 Co-authored-by: Arash Ashari <arashari@microsoft.com> Co-authored-by: Arash Ashari <arashari@microsoft.com>
25 lines
292 B
Plaintext
25 lines
292 B
Plaintext
*.pyc
|
|
.idea/
|
|
*~
|
|
*.swp
|
|
*.log
|
|
deepspeed/git_version_info.py
|
|
|
|
# Build + installation data
|
|
build/
|
|
dist/
|
|
*.so
|
|
deepspeed.egg-info/
|
|
|
|
# Website
|
|
docs/_site/
|
|
docs/build
|
|
docs/code-docs/_build
|
|
docs/code-docs/build
|
|
.sass-cache/
|
|
.jekyll-cache/
|
|
.jekyll-metadata
|
|
|
|
# Testing data
|
|
tests/unit/saved_checkpoint/
|