Deleting a branch is permanent. It CANNOT be undone. Continue?
frelam/MSAdapterModelZoo:master-lamma
into master
Deleting a branch is permanent. It CANNOT be undone. Continue?
Dear OpenI User
Thank you for your continuous support to the Openl Qizhi Community AI Collaboration Platform. In order to protect your usage rights and ensure network security, we updated the Openl Qizhi Community AI Collaboration Platform Usage Agreement in January 2024. The updated agreement specifies that users are prohibited from using intranet penetration tools. After you click "Agree and continue", you can continue to use our services. Thank you for your cooperation and understanding.
For more agreement content, please refer to the《Openl Qizhi Community AI Collaboration Platform Usage Agreement》
执行命令:
只修改评论中的代码行, 其他无需做适配。
[WIP] add lamma inferenceto add lamma inference 1 year ago适配了这几个函数。 先不考虑训练反向, 只考虑推理前向,所以未使用torch.autograd.Function封装。
将fairscale 改为当前目录下迁移适配推理场景的fairscale
torch.LongTensor(range(xxx))当前不支持。
尝试过在Tensor中加这块初始化逻辑, 当图模式下不兼容, 所以暂取消这块逻辑的加入。 在网络这里需要适配一下
github相关文件可删除
done
这些内容写到readme
最外层网络列表更新
example_chat_completion.py
example_text_completion.py
这两个文件都验证过了吗?
是的。
是否提供torch源码对标文件?如果没有,那就在readme.md文档里写清楚源码地址,并且去掉不涉及代码的公共文件(bug_report.md/CONTRIBUTING.md等);
done
done
done