"git@developer.sourcefind.cn:change/sglang.git" did not exist on "a6c7ebbbcb1ed135b117eab2b03fa1af9c9da05a"
Unverified Commit 9d9e2237 authored by Yi-Chien Lin's avatar Yi-Chien Lin Committed by GitHub
Browse files

[Bug] Fix the link to the image in argo readme (#7162)


Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
parent ebf505ee
......@@ -7,7 +7,7 @@ ARGO is a runtime system that offers scalable performance.
The figure below shows an example of GNN training on a Xeon 8380H platform with 112 cores.
Without ARGO, there is no performance improvement after applying more than 16 cores; we observe a similar scalability limit on a Xeon 6430L platform with 64 cores as well.
However, with ARGO enabled, we are able to scale over 64 cores, allowing ARGO to speedup GNN training (in terms of epoch time) by up to 4.30x and 3.32x on a Xeon 8380H and a Xeon 6430L, respectively.
![ARGO](https://github.com/dmlc/dgl/tree/master/examples/pytorch/argo/argo_scale.png)
![ARGO](https://github.com/dmlc/dgl/blob/master/examples/pytorch/argo/argo_scale.png)
This README includes how to:
1. [Installation](#1-installation)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment