Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
revert to oslo 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunwoongko committed Aug 25, 2022
1 parent 174f10f commit 88dcca0
Show file tree
Hide file tree
Showing 428 changed files with 30,178 additions and 68,644 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
TUNiB Inc
TUNiB Inc
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Title

-
-

## Description

-

## Linked Issues

- resolved #00
- resolved #00
23 changes: 0 additions & 23 deletions .github/workflows/contributors.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/pull_request.yml

This file was deleted.

12 changes: 2 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ dmypy.json

### vscode ###
.vscode/*
#!.vscode/settings.json
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
Expand All @@ -387,12 +387,4 @@ dmypy.json

usecases
/usecases
*/usecases
wandb/

# multi gpu mem log
**/core.*

# sample huggingface models
**/pytorch_model.bin
**/config.json
*/usecases
54 changes: 0 additions & 54 deletions .pre-commit-config.yaml

This file was deleted.

163 changes: 0 additions & 163 deletions FEATURES.md

This file was deleted.

1 change: 1 addition & 0 deletions LICENSE.3rd-party-library
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ ninja
Maintained by Jean-Christophe Fillion-Robin from Kitware Inc. Apache License 2.0
Ninja is also distributed under the Apache License 2.0.
For more information about Ninja, visit https://ninja-build.org

12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.PHONY: style

check_dirs := oslo/ tests/

style:
black $(check_dirs)
isort $(check_dirs)
flake8 $(check_dirs)

quality:
isort --check-only $(check_dirs)
flake8 $(check_dirs)
Loading

0 comments on commit 88dcca0

Please sign in to comment.