mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 15:33:51 +08:00
26 lines
321 B
Plaintext
26 lines
321 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/source/_build
|
|
docs/code-docs/_build
|
|
docs/code-docs/build
|
|
.sass-cache/
|
|
.jekyll-cache/
|
|
.jekyll-metadata
|
|
|
|
# Testing data
|
|
tests/unit/saved_checkpoint/
|