mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2024-12-13 00:56:18 +01:00
b25c54cf91
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.
22 lines
309 B
Plaintext
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
|