mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 03:30:20 +00:00
Squashed commits: [61c152daf] bundle AGPL license and llama.cpp's MIT license into binaries. clarified some licensing terms, updated readme
34 lines
No EOL
1.8 KiB
Markdown
34 lines
No EOL
1.8 KiB
Markdown
MIT License
|
|
|
|
Copyright (c) 2023 Georgi Gerganov
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|
|
|
|
===================================
|
|
|
|
Note that the above MIT license applies ONLY to the GGML library, the UNMODIFIED stable-diffusion.cpp portions and llama.cpp portions which are licensed under the MIT License
|
|
|
|
KoboldAI Lite and the rest of KoboldCpp python and C++ code are licensed under the AGPL v3.0 License
|
|
|
|
- Llama.cpp source repo is at https://github.com/ggml-org/llama.cpp (MIT)
|
|
- Stable-diffusion.cpp source repo is at https://github.com/leejet/stable-diffusion.cpp (MIT)
|
|
- KoboldCpp source repo is at https://github.com/LostRuins/koboldcpp (AGPL)
|
|
- KoboldAI Lite source repo is at https://github.com/LostRuins/lite.koboldai.net (AGPL)
|
|
|
|
For any further enquiries, contact @concedo on discord, or LostRuins on github. |