Skip to content

Commit

Permalink
Update website appearance (#8)
Browse files Browse the repository at this point in the history
* Restructure organization

* move theme README and create proj README

* fix Proj README

* remove unused screens

* add possible banner

* save

* add logo and banner

* add svgs

* new logo
  • Loading branch information
KateUnger authored Jul 1, 2023
1 parent ef9ea18 commit 50983ee
Show file tree
Hide file tree
Showing 27 changed files with 928 additions and 620 deletions.
281 changes: 12 additions & 269 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/minimal-mistakes"
minimal_mistakes_skin : "air" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
minimal_mistakes_skin : "contrast" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
locale : "en-US"
Expand All @@ -25,7 +25,7 @@ url : # the base hostname & protocol for your site e.g. "ht
baseurl : # the subpath of your site, e.g. "/blog"
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
logo : "/assets/images/logo.png"
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
# breadcrumbs : false # true, false (default)
words_per_minute : 200
Expand Down
10 changes: 6 additions & 4 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# main links
main:
- title: "About"
url: /about/
url: /
- title: "Get Started"
url: /start/
- title: "SpecInfer"
url: /specInfer/
url: https://flexflow.readthedocs.io/en/latest/installation.html
- title: "Documentation"
url: https://flexflow.readthedocs.io/
- title: "Code"
url: https://github.com/flexflow/FlexFlow
10 changes: 10 additions & 0 deletions _includes/head/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@

<!-- insert favicons. use https://realfavicongenerator.net/ -->


<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">


<!-- end custom head snippets -->
25 changes: 0 additions & 25 deletions _pages/about.md

This file was deleted.

22 changes: 0 additions & 22 deletions _pages/gnn.md

This file was deleted.

46 changes: 0 additions & 46 deletions _pages/keras.md

This file was deleted.

93 changes: 0 additions & 93 deletions _pages/search.md

This file was deleted.

3 changes: 2 additions & 1 deletion _pages/specInfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ classes: wide
#toc_sticky: true
author_profile: true
header:
overlay_image: /assets/images/header.jpg
overlay_image: /assets/images/banner.png
overlay_filter: rgba(255, 255, 255, 0.8)
---

# SpecInfer: Accelerating Generative LLM Serving with Speculative Inference and Token Tree Verification
Expand Down
Loading

0 comments on commit 50983ee

Please sign in to comment.