DeepSpeed/.gitignore

63 строки
1020 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

## Ignore Python compiled files
2020-02-01 03:06:44 +03:00
*.pyc
## Ignore IDE-specific files and directories
# JetBrains IDE settings
.idea/
# Visual Studio Code settings
.vscode/
# Theia IDE settings
.theia/
## Ignore temporary and backup files
# General backup files
*~
# Vim swap files
*.swp
## Ignore log files
*.log
## Ignore a specific generated file
deepspeed/git_version_info_installed.py
## Ignore Python bytecode cache
__pycache__
## Build + installation data
# Build artifacts
build/
# Distribution files
dist/
# Compiled shared objects
*.so
# Deepspeed package info
deepspeed.egg-info/
# Build information
build.txt
## Website generated files
# Jekyll generated site
docs/_site/
# Generated documentation
docs/build
2020-09-11 01:44:47 +03:00
docs/code-docs/source/_build
2020-04-22 08:18:47 +03:00
docs/code-docs/_build
2020-03-17 23:49:48 +03:00
docs/code-docs/build
# SASS cache
.sass-cache/
# Jekyll cache
.jekyll-cache/
2020-03-17 23:49:48 +03:00
.jekyll-metadata
## Testing data
# Saved checkpoints for testing
tests/unit/saved_checkpoint/
# HIP files created during AMD compilation
*_hip.cpp
*_hip.h
*.hip
*.cuh
*hip_layers.h