Skip to content

Commit

Permalink
Update docs (#2128)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5998c35)
  • Loading branch information
deliahu committed Apr 27, 2021
1 parent f8e633a commit 46dc60e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions docs/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,44 +32,44 @@
* Realtime APIs
* [Example](workloads/realtime/example.md)
* [Handler](workloads/realtime/handler.md)
* [Configuration](workloads/realtime/configuration.md)
* [Parallelism](workloads/realtime/parallelism.md)
* [Autoscaling](workloads/realtime/autoscaling.md)
* [Models](workloads/realtime/models.md)
* Multi-model
* [Example](workloads/realtime/multi-model/example.md)
* [Configuration](workloads/realtime/multi-model/configuration.md)
* [Caching](workloads/realtime/multi-model/caching.md)
* [Configuration](workloads/realtime/configuration.md)
* [Parallelism](workloads/realtime/parallelism.md)
* [Server-side batching](workloads/realtime/server-side-batching.md)
* [Autoscaling](workloads/realtime/autoscaling.md)
* [Statuses](workloads/realtime/statuses.md)
* [Metrics](workloads/realtime/metrics.md)
* [Statuses](workloads/realtime/statuses.md)
* Traffic Splitter
* [Example](workloads/realtime/traffic-splitter/example.md)
* [Configuration](workloads/realtime/traffic-splitter/configuration.md)
* [Troubleshooting](workloads/realtime/troubleshooting.md)
* [Async APIs](workloads/async/async-apis.md)
* [Example](workloads/async/example.md)
* [Handler](workloads/async/handler.md)
* [Models](workloads/async/models.md)
* [Configuration](workloads/async/configuration.md)
* [TensorFlow Models](workloads/async/models.md)
* [Metrics](workloads/async/metrics.md)
* [Statuses](workloads/async/statuses.md)
* [Webhooks](workloads/async/webhooks.md)
* [Metrics](workloads/async/metrics.md)
* Batch APIs
* [Example](workloads/batch/example.md)
* [Handler](workloads/batch/handler.md)
* [Models](workloads/batch/models.md)
* [Configuration](workloads/batch/configuration.md)
* [Jobs](workloads/batch/jobs.md)
* [Statuses](workloads/batch/statuses.md)
* [TensorFlow Models](workloads/batch/models.md)
* [Metrics](workloads/batch/metrics.md)
* [Statuses](workloads/batch/statuses.md)
* Task APIs
* [Example](workloads/task/example.md)
* [Definition](workloads/task/definitions.md)
* [Configuration](workloads/task/configuration.md)
* [Jobs](workloads/task/jobs.md)
* [Statuses](workloads/task/statuses.md)
* [Metrics](workloads/task/metrics.md)
* [Statuses](workloads/task/statuses.md)
* Dependencies
* [Example](workloads/dependencies/example.md)
* [Python packages](workloads/dependencies/python-packages.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/workloads/async/models.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Models
# TensorFlow Models

In addition to the [standard Python Handler](handler.md), Cortex also supports another handler called the TensorFlow handler, which can be used to deploy TensorFlow models exported as `SavedModel` models.

Expand Down
2 changes: 1 addition & 1 deletion docs/workloads/batch/models.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Models
# TensorFlow Models

In addition to the [standard Python Handler](handler.md), Cortex also supports another handler called the TensorFlow handler, which can be used to run TensorFlow models exported as `SavedModel` models.

Expand Down

0 comments on commit 46dc60e

Please sign in to comment.