You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jr...@apache.org on 2021/12/16 05:17:36 UTC

[tvm-site] branch main updated: Add a few tweaks for the TVM Unity blog post. (#34)

This is an automated email from the ASF dual-hosted git repository.

jroesch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 9838185  Add a few tweaks for the TVM Unity blog post.  (#34)
9838185 is described below

commit 983818547b34c918ffa2ddaa958065a54ccbbf3e
Author: Jared Roesch <ro...@gmail.com>
AuthorDate: Wed Dec 15 21:17:28 2021 -0800

    Add a few tweaks for the TVM Unity blog post.  (#34)
    
    * Fix
    
    * tvm-unity fix for Sameer
---
 _layouts/default.html           |   3 +++
 _posts/2021-12-16-tvm-unity.md  |   2 ++
 images/tvm-unity/image3.png     | Bin 276661 -> 305672 bytes
 scripts/task_deploy_asf_site.sh |   2 +-
 4 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/_layouts/default.html b/_layouts/default.html
index 0d04a55..33d2da7 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -8,6 +8,9 @@
     <link rel="stylesheet" href="/css/slick.css">
     <link rel="stylesheet" href="/css/slick-theme.css">
     <link rel="stylesheet" href="/css/custom.css">
+    {% if page.preview_image %}
+      <meta property="og:image" content="{{ page.preview_image }}">
+    {% endif %}
 </head>
 <body>
 
diff --git a/_posts/2021-12-16-tvm-unity.md b/_posts/2021-12-16-tvm-unity.md
index 97ad0a3..e1a0040 100644
--- a/_posts/2021-12-16-tvm-unity.md
+++ b/_posts/2021-12-16-tvm-unity.md
@@ -3,8 +3,10 @@
  title: "Apache TVM Unity: a vision for the ML software & hardware ecosystem in 2022"
  date: 2021-12-15
  author: Adrian Sampson, Tianqi Chen, Jared Roesch
+ preview_image: /images/tvm-unity/image2.png
 ---
 
+
 Apache TVM Unity is a roadmap for the TVM ecosystem in 2022. We see a broader shift coming in the way that machine learning system stacks optimize for flexibility and agility in the face of a rapidly changing hardware landscape. TVM will evolve to break down the boundaries that constrain the ways current ML systems adapt to rapid changes in ML models and the accelerators that implement them.
 
 ## Boundaries in the Modern ML System Stack
diff --git a/images/tvm-unity/image3.png b/images/tvm-unity/image3.png
index 4a11da3..147e056 100644
Binary files a/images/tvm-unity/image3.png and b/images/tvm-unity/image3.png differ
diff --git a/scripts/task_deploy_asf_site.sh b/scripts/task_deploy_asf_site.sh
index 76c5779..d7ff59e 100755
--- a/scripts/task_deploy_asf_site.sh
+++ b/scripts/task_deploy_asf_site.sh
@@ -4,7 +4,7 @@ set -e
 set -u
 
 echo "Start to generate and deploy site ..."
-jekyll b
+bundle exec jekyll b
 cp .gitignore .gitignore.bak
 cp .asf.yaml .asf.yaml.bak