Skip to content

Commit 4104ea0

Browse files
committed
Update README.md
1 parent b01ed76 commit 4104ea0

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
Cortex is an open source platform that takes machine learning models—trained with nearly any framework—and turns them into production web APIs in one command. <br>
44

5-
[install](https://www.cortex.dev/install)[docs](https://www.cortex.dev)[examples](examples)[we're hiring](https://angel.co/cortex-labs-inc/jobs)[email us](mailto:hello@cortex.dev)[chat with us](https://gitter.im/cortexlabs/cortex)
5+
<!-- Delete on release branches -->
6+
<!-- CORTEX_VERSION_README_MINOR x1 -->
7+
[install](https://www.cortex.dev/install)[docs](https://www.cortex.dev)[examples](https://github.com/cortexlabs/cortex/tree/0.8/examples)[we're hiring](https://angel.co/cortex-labs-inc/jobs)[email us](mailto:hello@cortex.dev)[chat with us](https://gitter.im/cortexlabs/cortex)
68

79
<br>
810

@@ -19,8 +21,8 @@ Below, we'll walk through how to use Cortex to deploy OpenAI's GPT-2 model as a
1921

2022
### Step 1: Configure your deployment
2123

22-
<!-- CORTEX_VERSION_MINOR -->
23-
Define a `deployment` and an `api` resource. A `deployment` specifies a set of APIs that are deployed together. An `api` makes a model available as a web service that can serve real-time predictions. The configuration below will download the model from the `cortex-examples` S3 bucket. You can run the code that generated the model [here](https://colab.research.google.com/github/cortexlabs/cortex/blob/master/examples/text-generator/gpt-2.ipynb).
24+
<!-- CORTEX_VERSION_README_MINOR -->
25+
Define a `deployment` and an `api` resource. A `deployment` specifies a set of APIs that are deployed together. An `api` makes a model available as a web service that can serve real-time predictions. The configuration below will download the model from the `cortex-examples` S3 bucket. You can run the code that generated the model [here](https://colab.research.google.com/github/cortexlabs/cortex/blob/0.8/examples/text-generator/gpt-2.ipynb).
2426

2527
```yaml
2628
# cortex.yaml
@@ -101,11 +103,11 @@ Any questions? [chat with us](https://gitter.im/cortexlabs/cortex).
101103
## More examples
102104

103105
<!-- CORTEX_VERSION_README_MINOR x3 -->
104-
- [Iris classification](https://github.com/cortexlabs/cortex/tree/master/examples/iris-classifier)
106+
- [Iris classification](https://github.com/cortexlabs/cortex/tree/0.8/examples/iris-classifier)
105107

106-
- [Sentiment analysis](https://github.com/cortexlabs/cortex/tree/master/examples/sentiment-analysis) with BERT
108+
- [Sentiment analysis](https://github.com/cortexlabs/cortex/tree/0.8/examples/sentiment-analysis) with BERT
107109

108-
- [Image classification](https://github.com/cortexlabs/cortex/tree/master/examples/image-classifier) with Inception v3 and AlexNet
110+
- [Image classification](https://github.com/cortexlabs/cortex/tree/0.8/examples/image-classifier) with Inception v3 and AlexNet
109111

110112
<br>
111113

0 commit comments

Comments
 (0)