Skip to content

Commit

Permalink
Make phone graph visualization good
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Nov 30, 2024
1 parent 195b076 commit 09882bf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,9 @@ function HomepageHeader() {
>
<div
style={{
width: "49%",
width: "100%",
maxWidth: "600px",
margin: "0 auto 0 auto",
}}
>
<div className="">
Expand Down Expand Up @@ -647,8 +649,9 @@ function HomepageHeader() {
</div>
<div
style={{
width: "49%",
margin: "auto",
maxWidth: "600px",
width: "100%",
margin: "0 auto 0 auto",
}}
>
<div className="">
Expand All @@ -669,7 +672,7 @@ function HomepageHeader() {
</BrowserOnly>

<Admonition type="tip">
Dora now support CUDA zero copy for Pytorch 🔥 See:
Dora now support CUDA zero copy for Pytorch 🔥 <br /> See:
<Link to="docs/guides/Development/Cuda">Documentation</Link>
</Admonition>
<Admonition type="info">
Expand Down

0 comments on commit 09882bf

Please sign in to comment.