KoboldAI-Client/.gitignore
henk717 b25c54cf91 Polishing and Optimizations
Multiple things have changed, for now models default to half mode even on the official transformers to make sure its as efficient on the GPU as finetune's. GPU selection is streamlined and cache files are now stored inside the KoboldAI folder (for the most part). A new command line parameter to force the models to run at their full size still needs to be added for the few users that would want a quality bump at the cost of ram.
2021-11-18 00:06:57 +01:00

22 lines
309 B
Plaintext

# 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/*
*.settings
__pycache__
*.log
cache/*
# Ignore PyCharm project files.
.idea
# Ignore compiled Python files.
*.pyc