|
199 | 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
200 | 200 | See the License for the specific language governing permissions and |
201 | 201 | limitations under the License. |
| 202 | + |
| 203 | +================================================================================ |
| 204 | +Third-Party Software Notices |
| 205 | +================================================================================ |
| 206 | + |
| 207 | +Portions of this repository contain code adapted from third-party sources. |
| 208 | +Each component is subject to the terms of its respective license as set out |
| 209 | +below. |
| 210 | + |
| 211 | +-------------------------------------------------------------------------------- |
| 212 | +Apache License, Version 2.0 |
| 213 | +-------------------------------------------------------------------------------- |
| 214 | + |
| 215 | +Portions of this repository were adapted from code originally authored by |
| 216 | +the following copyright holders, licensed under the Apache License, Version 2.0 |
| 217 | +(see full license text above): |
| 218 | + |
| 219 | + Copyright 2021 The HuggingFace Inc. team |
| 220 | + Copyright 2022 The HuggingFace Team |
| 221 | + Copyright 2022, Lefebvre Dalloz Services |
| 222 | + Copyright 2022 EleutherAI and the HuggingFace Inc. team |
| 223 | + Copyright 2023 Rohan Taori, Ishaan Gulrajani, Tianyi Zhang, Yann Dubois, Xuechen Li |
| 224 | + Copyright (c) 2024 Heming Xia |
| 225 | + Copyright 2025 The Qwen team, Alibaba Group and the HuggingFace Inc. team |
| 226 | + |
| 227 | +Licensed under the Apache License, Version 2.0 (the "License"); you may not |
| 228 | +use these files except in compliance with the License. You may obtain a copy |
| 229 | +of the License at http://www.apache.org/licenses/LICENSE-2.0 |
| 230 | + |
| 231 | +Unless required by applicable law or agreed to in writing, software distributed |
| 232 | +under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR |
| 233 | +CONDITIONS OF ANY KIND, either express or implied. See the License for the |
| 234 | +specific language governing permissions and limitations under the License. |
| 235 | + |
| 236 | +-------------------------------------------------------------------------------- |
| 237 | +MIT License |
| 238 | +-------------------------------------------------------------------------------- |
| 239 | + |
| 240 | +Portions of this repository were adapted from code originally authored by |
| 241 | +the following copyright holders, licensed under the MIT License: |
| 242 | + |
| 243 | + Copyright (c) Andrei Panferov |
| 244 | + Copyright (c) Microsoft Corporation |
| 245 | + Copyright (c) 2020 EleutherAI |
| 246 | + Copyright (c) 2020 Dan Hendrycks |
| 247 | + Copyright (c) 2023 Deep Cognition and Language Research (DeCLaRe) Lab |
| 248 | + Copyright (c) 2023 DeepSeek |
| 249 | + |
| 250 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 251 | +of this software and associated documentation files (the "Software"), to deal |
| 252 | +in the Software without restriction, including without limitation the rights |
| 253 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 254 | +copies of the Software, and to permit persons to whom the Software is |
| 255 | +furnished to do so, subject to the following conditions: |
| 256 | + |
| 257 | +The above copyright notice and this permission notice shall be included in all |
| 258 | +copies or substantial portions of the Software. |
| 259 | + |
| 260 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 261 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 262 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 263 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 264 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 265 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 266 | +SOFTWARE. |
| 267 | + |
| 268 | +-------------------------------------------------------------------------------- |
| 269 | +BSD 3-Clause License |
| 270 | +-------------------------------------------------------------------------------- |
| 271 | + |
| 272 | +Portions of this repository were adapted from code originally authored by |
| 273 | +the following copyright holders, licensed under the BSD 3-Clause License: |
| 274 | + |
| 275 | + Copyright (c) 2016- Facebook, Inc (Adam Paszke) |
| 276 | + Copyright (c) 2014- Facebook, Inc (Soumith Chintala) |
| 277 | + Copyright (c) 2011-2014 Idiap Research Institute (Ronan Collobert) |
| 278 | + Copyright (c) 2012-2014 Deepmind Technologies (Koray Kavukcuoglu) |
| 279 | + Copyright (c) 2011-2012 NEC Laboratories America (Koray Kavukcuoglu) |
| 280 | + Copyright (c) 2011-2013 NYU (Clement Farabet) |
| 281 | + Copyright (c) 2006-2010 NEC Laboratories America (Ronan Collobert, Leon Bottou, Iain Melvin, Jason Weston) |
| 282 | + Copyright (c) 2006 Idiap Research Institute (Samy Bengio) |
| 283 | + Copyright (c) 2001-2004 Idiap Research Institute (Ronan Collobert, Samy Bengio, Johnny Mariethoz) |
| 284 | + Copyright (c) 2016-present, Facebook Inc. |
| 285 | + Copyright (c) 2016 Facebook Inc. |
| 286 | + Copyright (c) 2015 Google Inc. |
| 287 | + Copyright (c) 2015 Yangqing Jia |
| 288 | + Copyright 2019-2020 Kakao Brain |
| 289 | + Copyright (c) 2022 Cruise LLC. |
| 290 | + Copyright (c) 2024 Tri Dao. |
| 291 | + Copyright (c) 2021, 2023-2024 Arm Limited and/or its affiliates |
| 292 | + |
| 293 | +Redistribution and use in source and binary forms, with or without |
| 294 | +modification, are permitted provided that the following conditions are met: |
| 295 | + |
| 296 | +1. Redistributions of source code must retain the above copyright notice, |
| 297 | + this list of conditions and the following disclaimer. |
| 298 | + |
| 299 | +2. Redistributions in binary form must reproduce the above copyright notice, |
| 300 | + this list of conditions and the following disclaimer in the documentation |
| 301 | + and/or other materials provided with the distribution. |
| 302 | + |
| 303 | +3. Neither the names of Facebook, Deepmind Technologies, NYU, NEC Laboratories |
| 304 | + America and IDIAP Research Institute nor the names of its contributors may |
| 305 | + be used to endorse or promote products derived from this software without |
| 306 | + specific prior written permission. |
| 307 | + |
| 308 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 309 | +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 310 | +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 311 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE |
| 312 | +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 313 | +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 314 | +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 315 | +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 316 | +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 317 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
0 commit comments