AlibabaResearch / AlibabaResearch/DAMO-ConvAI

Potential Inconsistencies Between Repo and Model License

未关闭
#207 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
1.6k
派生
250
PR 合并指标
30 天内没有已合并 PR

描述

Hi, while reviewing the licenses for this repository and the model it depends on, I noticed a potential inconsistency that could cause confusion or legal risks in some situations.

Your repository uses the model meta-llama/Llama-2-7b-chat-hf at attention-buckets/basic.py, which is licensed under llama2. Meanwhile, your repository itself is licensed under MIT.

These two licenses have key differences that could lead to confusion:
1.The LLaMA 2 license includes the requirement: "You must retain in all copies of the Llama Materials that you distribute the following attribution notice within a “Notice” text file distributed as a part of such copies: “Meta Llama 3 is licensed under the Meta Llama 3 Community License, Copyright © Meta Platforms, Inc. All Rights Reserved.”"However, your repository license mit does not mention this, and therefore has no such requirement.

As a result, developers might not realize they need to include a Notice file when modifying or distributing the repository, which could unintentionally lead to non-compliance with the model license.

2.The LLaMA 2 license also includes: "You will indemnify and hold harmless Meta from and against any claim by any third party arising out of or related to your use or distribution of the Llama Materials." but mit license does not mention this.

Without knowing this, developers might assume they’re not personally responsible for any issues arising from the use of the model, which could lead to unexpected risks.

Suggested Actions:
1.You might consider adding a brief note in the README, LICENSE, or a separate NOTICE file to clarify the model’s license requirements (e.g., attribution).
2.It could be helpful to include a reference to the model license and summarize any key obligations, so developers are aware of them.
3.You may want to gently remind users that, in some cases, they should check both the repository license and the model license, especially when redistributing or modifying the model.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。