From 36c0e550046aed6c9e102e6cb263b4ebfab8de7f Mon Sep 17 00:00:00 2001 From: Li Dong Date: Mon, 13 Mar 2023 21:40:20 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7deac03..d063581 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ We have the examples of how to use TorchScale in the following scenarios/tasks: - Multimodal - * [Multiway Transformers/BEiT-3](torchscale/model/BEiT3.py) [In progress] + * [Multiway Transformers/BEiT-3](https://github.com/microsoft/unilm/tree/master/beit3) We plan to provide more examples regarding different tasks (e.g. vision pretraining and speech recognition) and various deep learning toolkits (e.g. [DeepSpeed](https://github.com/microsoft/DeepSpeed) and [Megatron-LM](https://github.com/NVIDIA/Megatron-LM)). Any comments or PRs are welcome!