-
Notifications
You must be signed in to change notification settings - Fork 41
/
.gitignore
130 lines (106 loc) · 1.5 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
__pycache__/
*.pyc
*.pyo
*.pyd
# C extensions
*.so
# Distribution / packaging
*.egg-info/
dist/
build/
eggs/
parts/
bin/
var/
sdist/
develop-eggs/
.installed.cfg
lib/
lib64/
# Miscellaneous
*.bak
*.swp
*.cache
*.DS_Store
*.pyc
*.pyo
*.pyd
*.pyz
*.pyw
*.pyc
# Editor-specific
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
*.komodoproject
*.komodoide
*.kate-swp
# Jupyter Notebook
.ipynb_checkpoints/
# Virtual environment
venv/
env/
ENV/
# Compiled Python files
*.pyc
*.pyo
# PyInstaller
dist/
build/
# macOS metadata
.DS_Store
# Windows thumbnail cache files
Thumbs.db
# Python coverage data
.coverage
.coverage.*
htmlcov/
# Python profiling information
.prof
# Environment variable file
.env
# Log files
*.log
# Dependency directories
node_modules/
bower_components/
# data
data/kb/
data/sft/
data/*
# baichuan
*.jsonl
luwen_baichuan/models/
luwen_baichuan/output/
luwen_baichuan/resources/
luwen_baichuan/scripts/
luwen_baichuan/logs/
luwen_baichuan/exp_log/
luwen_baichuan/run_multi.sh
luwen_baichuan/gradio_demo.py
luwen_baichuan/README.md
*.txt
# luwen_llama
luwen_llama/
luwen_llama/data/
luwen_llama/docs/
luwen_llama/examples/
luwen_llama/lora/
luwen_llama/mymodel/
luwen_llama/pics/
luwen_llama/scripts/langchain_demo/
# app
app/langchain_multi_stage/
app/langchain_demo/code_backup
app/langchain_demo/code/main_stream_wo_kb.py
app/langchain_demo/data/*
app/langchain_demo/code_new/
app/langchain_demo/model/*
app/README.md
app/langchain_demo/code/core*
release_infer/
# eval
evaluate/
# temp
temp/