update gitignore and requirements
This commit is contained in:
parent
76db56c812
commit
0ee89b1617
|
@ -39,3 +39,15 @@ log.txt
|
||||||
**/thunlp/
|
**/thunlp/
|
||||||
**/saved_ckpts/
|
**/saved_ckpts/
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
!examples/examples_prompt/configs/**
|
|
@ -8,3 +8,5 @@ decorator
|
||||||
rich
|
rich
|
||||||
web.py
|
web.py
|
||||||
gitpython
|
gitpython
|
||||||
|
scipy
|
||||||
|
sklearn
|
Loading…
Reference in New Issue