From 0ee89b161729cb53b9d30a053ce7bf306df02f0f Mon Sep 17 00:00:00 2001 From: namezhenzhang Date: Fri, 29 Jul 2022 21:29:18 +0800 Subject: [PATCH] update gitignore and requirements --- .gitignore | 12 ++++++++++++ requirements.txt | 2 ++ 2 files changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index db062d8..a564ad8 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,15 @@ log.txt **/thunlp/ **/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/** \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index a53c347..aa8b557 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,5 @@ decorator rich web.py gitpython +scipy +sklearn \ No newline at end of file