40 Star 41 Fork 48

Ascend/Megatron-LM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 629 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jializheng 提交于 2023-03-22 14:42 . change to python package
import setuptools
setuptools.setup(
name="megatron_npu",
version="0.1",
description="An adaptor for megatron on Ascend NPU",
packages=['megatron_npu'],
install_package_data=True,
include_package_data=True,
license='Apache2',
license_file='./LICENSE',
classifiers=[
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
python_requires=">=3.7",
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ascend/Megatron-LM.git
git@gitee.com:ascend/Megatron-LM.git
ascend
Megatron-LM
Megatron-LM
master

搜索帮助