OpenDeltaMirror/.gitignore

72 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2022-02-14 21:19:03 +08:00
data/
**/__pycache__/
logs/*
experiments/logs
!logs/.gitkeep
2022-04-14 11:24:41 +08:00
datasets/*
2022-02-14 21:19:03 +08:00
!datasets/*.sh
.vscode/
*.egg-info/
eggs/
.eggs/
*.egg
**.egg
build/
_build/
**/build/
outputs/
log.txt
**/DeltaHub/
2022-04-22 19:30:05 +08:00
**/sfs_scripts/
2022-02-16 22:57:21 +08:00
*beans/
2022-04-22 19:30:05 +08:00
**/examples/*/configs/*
2022-02-16 22:57:21 +08:00
!examples/*/configs/config_gen.py
2022-03-20 03:09:00 +08:00
**/jupyter_notebook_examples/
!examples/jupyter_notebook_examples/*.py
2022-04-22 19:30:05 +08:00
!examples/*/configs/*.py
2022-02-26 14:24:42 +08:00
**/outputs_search/**/*.bin
**/outputs_search/**/*.pt
2022-04-14 11:24:41 +08:00
2022-04-22 19:30:05 +08:00
2022-02-26 14:24:42 +08:00
*.db
2022-03-13 01:21:55 +08:00
**/nohup.out
**/examples/examples_bmtrain/BigModels/down_data
**/examples/examples_bmtrain/BMTrain_stable
**/examples/examples_bmtrain/BMPretrain
2022-03-13 01:23:54 +08:00
**/examples/examples_bmtrain/BigModels/BigModels/results
2022-03-21 21:36:12 +08:00
**/Delta_Memory/
2022-06-08 17:00:56 +08:00
**/output/
2022-06-08 16:56:03 +08:00
**/thunlp/
2022-07-01 22:23:02 +08:00
**/saved_ckpts/
2022-06-08 16:56:03 +08:00
2022-07-29 21:29:18 +08:00
DeltaCenter-Python-Client/
backbone_structure
delta_checkpoints
gitop.sh
load_dataset_and_model.ipynb
load_model.py
scripts
t.py
t.sh
!examples/examples_prompt/configs/*/*.json
2022-07-29 23:01:08 +08:00
!examples/examples_prompt/configs/**
2022-07-03 10:10:18 +08:00
**/delta_checkpoints/
**/outputs/
2022-10-23 16:44:17 +08:00
dist/
2022-10-23 16:42:21 +08:00
dist/*
2022-10-17 14:22:11 +08:00
**/unittest/**
!unittest/**.py
!unittest/**.sh
2022-10-23 16:44:17 +08:00
!unittest/**.md
2022-10-17 14:22:11 +08:00
2022-10-23 16:42:21 +08:00
**/tutorial/**
!tutorial/**.py
!tutorial/**.sh
!tutorial/**.md
2022-10-23 16:44:17 +08:00
2022-10-17 14:22:11 +08:00
2022-10-20 19:12:13 +08:00