forked from henk717/KoboldAI
-
Notifications
You must be signed in to change notification settings - Fork 30
/
.gitignore
55 lines (48 loc) · 926 Bytes
/
.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
# Ignore client settings file
settings
# Ignore stories file except for test_story
stories
!stories/sample_story.json
# Ignore stuff that would polute our Git
/.project
*.bak
miniconda3
runtime
bin
*.settings
__pycache__
*.log
cache
accelerate-disk-cache
userscripts
!userscripts/examples
!userscripts/kaipreset_*.lua
!userscripts/Readme.*
!userscripts/api_documentation.*
softprompts
models
functional_models
!models/models go here.txt
Uninstall
flask_session
accelerate-disk-cache
.ipynb_checkpoints
unit_test_report.html
# Temporary until HF port
!models/RWKV-v4
models/RWKV-v4/20B_tokenizer.json
models/RWKV-v4/src/__pycache__
models/RWKV-v4/models
# Ignore PyCharm, VSCode project files.
.idea
.vscode
# Ignore compiled Python files.
*.pyc
# Don't ignore defaults
!defaults/*
flask_session/1074228e7055acfb7de9d07a471d0b92
.gitignore
flask_session/2029240f6d1128be89ddc32729463129
flask_session
# virtualenvs
.venv