Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jian.h committed May 19, 2022
1 parent 7dc5d89 commit 7dfc41b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const config = {

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'morphling', // Usually your GitHub org/user name.
projectName: 'morphling', // Usually your repo name.
organizationName: 'kubedl-io', // Usually your GitHub org/user name.
projectName: 'morphling-website', // Usually your repo name.

presets: [
[
Expand Down
17 changes: 4 additions & 13 deletions src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,19 @@ const FeatureList = [
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
description: (
<>
Automated tuning workflows hidden behind simple APIs.
Automatic experiments for best configurations for model serving deployments.
</>
),
},
{
title: 'Convenient',
title: 'Kubernetes Native',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
description: (
<>
Out of the box ML model serving stress-test clients.
Runs on Kubernetes with Kubernetes CRD API.
</>
),
},
{
title: 'General',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
description: (
<>
ML framework agnostic and generally support popular frameworks, including TensorFlow, PyTorch, etc.
</>
),
},
}
];

function Feature({Svg, title, description}) {
Expand Down

0 comments on commit 7dfc41b

Please sign in to comment.