-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Griffin Adams
committed
Jul 22, 2024
1 parent
e2cfa34
commit ced3b9c
Showing
68 changed files
with
6,516 additions
and
2,177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Cold Compress Disclaimer & Attribution | ||
|
||
This toolkit, "Cold Compress," is provided for research purposes only and is not intended for commercial use. It builds upon the open-source project GPT-Fast, which is copyright © 2023 Meta. The original source code from GPT-Fast is redistributed under the terms of its original BSD-style license, which permits use and redistribution with or without modification under the conditions listed in the license. | ||
|
||
The Cold Compress toolkit includes additional code that is the original work of the contributors to this toolkit. All new contributions made specifically for the Cold Compress toolkit are subject to the same BSD-style license as the GPT-Fast project to maintain consistency and compliance with the original work's licensing terms. | ||
|
||
Users of the Cold Compress toolkit should adhere to the following conditions: | ||
- Redistributions of the original source code must retain the copyright notice, this list of conditions, and the following disclaimer as provided by the GPT-Fast project. | ||
- Redistributions in binary form must reproduce the original copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. | ||
- Neither the name of the Cold Compress toolkit nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. | ||
|
||
THE COLD COMPRESS TOOLKIT IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM, OUT OF, OR IN CONNECTION WITH THE TOOLKIT OR THE USE OR OTHER DEALINGS IN THE TOOLKIT. | ||
|
||
By using the Cold Compress toolkit, you acknowledge and agree to the terms of this disclaimer. | ||
|
||
----------------------------- | ||
Make sure to also include the license below in in a file named “LICENSE” in the root directory of your project repo. | ||
|
||
## BSD 3-Clause License | ||
|
||
``` | ||
Copyright 2023 Meta | ||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | ||
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | ||
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. | ||
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. | ||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.