Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update website appearance #8

Merged
merged 10 commits into from
Jul 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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