未验证 提交 7c3344e2 编写于 作者: J Jeff Rasley 提交者: GitHub

DeepSpeed examples refresh (#2021)

上级 b666d5cd
[submodule "DeepSpeedExamples"]
path = DeepSpeedExamples
url = https://github.com/microsoft/DeepSpeedExamples
branch = master
Subproject commit 36212dd59cb3eb342c39bc8965aaba04d5491933
# DeepSpeed Examples
If you are looking for examples using DeepSpeed please see the following resources:
1. [DeepSpeedExamples](https://github.com/microsoft/DeepSpeedExamples)
2. [Megatron-DeepSpeed](https://github.com/microsoft/Megatron-DeepSpeed)
3. [DeepSpeed + AzureML](https://github.com/Azure/azureml-examples/tree/main/python-sdk/workflows/train/deepspeed)
4. [DeepSpeed + Hugging Face Transformers Integration](https://huggingface.co/docs/transformers/main_classes/deepspeed)
5. [DeepSpeed + PyTorch Lightning](https://pytorch-lightning.readthedocs.io/en/latest/api/pytorch_lightning.utilities.deepspeed.html)
......@@ -281,10 +281,18 @@ setup(name='deepspeed',
},
install_requires=install_requires,
extras_require=extras_require,
packages=find_packages(exclude=["docker",
"third_party",
"csrc",
"op_builder"]),
packages=find_packages(exclude=[
"azure",
"csrc",
"docker",
"docs",
"examples",
"op_builder",
"release",
"requirements",
"scripts",
"tests"
]),
include_package_data=True,
scripts=[
'bin/deepspeed',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册