From b49ebba597cc31bbdefe03259716380946b624da Mon Sep 17 00:00:00 2001 From: Yang Gao Date: Wed, 15 Jan 2025 23:13:06 +0800 Subject: [PATCH] Update LICENSE (#822) --- LICENSE | 39 +-------------------------------------- README.md | 6 ++++-- README_zh-CN.md | 4 ++-- 3 files changed, 7 insertions(+), 42 deletions(-) diff --git a/LICENSE b/LICENSE index 2fc8df3..9d9096b 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023-2024 Shanghai AI Laboratory + Copyright 2023-2025 Shanghai AI Laboratory Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -200,43 +200,6 @@ See the License for the specific language governing permissions and limitations under the License. -## Some of InternLM's code is derived from others projects, which is subject to the following copyright notice: - -Copyright 2021- HPC-AI Technology Inc. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - ----------------- LICENSE FOR Flash Attention ---------------- - -BSD 3-Clause License - -Copyright (c) 2022, the respective contributors, as shown by the AUTHORS file. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* 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. - -* 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 diff --git a/README.md b/README.md index 53f69fc..5a6ada9 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,9 @@ InternLM3 has open-sourced an 8-billion parameter instruction model, InternLM3-8 ### InternLM3 -| Model | Transformers(HF) | ModelScope(HF) | Modelers(HF) | Release Date | +| Model | Transformers | ModelScope | Modelers | Release Date | | ------------------------- | -------------------------------------------------------- | ------------------------------------------------------ | ----------------------------------------------------- | ------------ | -| **InternLM3-8B-Instruct** | [🤗internlm3_8B_instruct](https://huggingface.co/internlm/internlm3-8b-instruct) | [ internlm3_8b_instruct](https://www.modelscope.cn/models/Shanghai_AI_Laboratory/internlm3-8b-instruct/summary) | [![Open in Modelers](<>)](https://modelers.cn/models/Intern/internlm3-8b-instruct) | 2025-01-15 | +| **InternLM3-8B-Instruct** | [🤗internlm3_8B_instruct](https://huggingface.co/internlm/internlm3-8b-instruct) | [ internlm3_8b_instruct](https://www.modelscope.cn/models/Shanghai_AI_Laboratory/internlm3-8b-instruct/summary) | [![Open in Modelers](https://modelers.cn/assets/logo1-1bf58310.svg)](https://modelers.cn/models/Intern/internlm3-8b-instruct) | 2025-01-15 | ### InternLM2.5 @@ -257,6 +257,7 @@ Find more details in the [LMDeploy documentation](https://lmdeploy.readthedocs.i #### SGLang inference ##### Installation + ```bash pip3 install "sglang[srt]>=0.4.1.post6" --find-links https://flashinfer.ai/whl/cu124/torch2.4/flashinfer/ ``` @@ -437,6 +438,7 @@ print(response) #### SGLang inference Installation + ```bash pip3 install "sglang[srt]>=0.4.1.post6" --find-links https://flashinfer.ai/whl/cu124/torch2.4/flashinfer/ ``` diff --git a/README_zh-CN.md b/README_zh-CN.md index 0a06939..18856f5 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -72,9 +72,9 @@ InternLM3,即书生·浦语大模型第3代,开源了80亿参数,面向通 ### InternLM3 -| Model | Transformers(HF) | ModelScope(HF) | Modelers(HF) | Release Date | +| Model | Transformers | ModelScope | Modelers | Release Date | | ------------------------- | -------------------------------------------------------- | ------------------------------------------------------ | ----------------------------------------------------- | ------------ | -| **InternLM3-8B-Instruct** | [🤗internlm3_8B_instruct](https://huggingface.co/internlm/internlm3-8b-instruct) | [ internlm3_8b_instruct](https://www.modelscope.cn/models/Shanghai_AI_Laboratory/internlm3-8b-instruct/summary) | [![Open in Modelers](<>)](https://modelers.cn/models/Intern/internlm3-8b-instruct) | 2025-01-15 | +| **InternLM3-8B-Instruct** | [🤗internlm3_8B_instruct](https://huggingface.co/internlm/internlm3-8b-instruct) | [ internlm3_8b_instruct](https://www.modelscope.cn/models/Shanghai_AI_Laboratory/internlm3-8b-instruct/summary) | [![Open in Modelers](https://modelers.cn/assets/logo1-1bf58310.svg)](https://modelers.cn/models/Intern/internlm3-8b-instruct) | 2025-01-15 | ### InternLM2.5