Skip to content

Commit cd9d381

Browse files
committed
Update version links and comments
1 parent 076c596 commit cd9d381

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<img src='https://cortex-public.s3-us-west-2.amazonaws.com/logo.png' height='88'>
22

3-
<!-- CORTEX_VERSION_MINOR_STABLE x2 -->
4-
[install](https://docs.cortex.dev/v/master/install)[docs](https://docs.cortex.dev/v/master)[examples](examples)[we're hiring](https://angel.co/cortex-labs-inc/jobs)[email us](mailto:[email protected])[chat with us](https://gitter.im/cortexlabs/cortex)
3+
<!-- CORTEX_VERSION_MINOR x2 (e.g. docs.cortex.dev/v/0.8/...) -->
4+
[install](https://docs.cortex.dev/install)[docs](https://docs.cortex.dev)[examples](examples)[we're hiring](https://angel.co/cortex-labs-inc/jobs)[email us](mailto:[email protected])[chat with us](https://gitter.im/cortexlabs/cortex)
55

66
<br>
77

@@ -88,8 +88,8 @@ $ export CORTEX_NODES_MAX="3"
8888
$ ./cortex.sh install
8989
```
9090
91-
<!-- CORTEX_VERSION_MINOR_STABLE -->
92-
See [installation instructions](https://docs.cortex.dev/v/master/cluster/install) for more details.
91+
<!-- CORTEX_VERSION_MINOR (e.g. docs.cortex.dev/v/0.8/...) -->
92+
See [installation instructions](https://docs.cortex.dev/cluster/install) for more details.
9393
9494
<br>
9595
@@ -113,11 +113,9 @@ See [installation instructions](https://docs.cortex.dev/v/master/cluster/install
113113
114114
## Examples
115115
116-
<!-- CORTEX_VERSION_MINOR_STABLE -->
117-
- [Text generation](https://github.com/cortexlabs/cortex/tree/master/examples/text-generator) with GPT-2
116+
<!-- CORTEX_VERSION_MINOR_STABLE x3 -->
117+
- [Text generation](https://github.com/cortexlabs/cortex/tree/0.7/examples/text-generator) with GPT-2
118118
119-
<!-- CORTEX_VERSION_MINOR_STABLE -->
120-
- [Sentiment analysis](https://github.com/cortexlabs/cortex/tree/master/examples/sentiment-analysis) with BERT
119+
- [Sentiment analysis](https://github.com/cortexlabs/cortex/tree/0.7/examples/sentiment-analysis) with BERT
121120
122-
<!-- CORTEX_VERSION_MINOR_STABLE -->
123-
- [Image classification](https://github.com/cortexlabs/cortex/tree/master/examples/image-classifier) with Inception v3
121+
- [Image classification](https://github.com/cortexlabs/cortex/tree/0.7/examples/image-classifier) with Inception v3

docs/deployments/packaging-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ with open("sklearn.onnx", "wb") as f:
7777
f.write(onnx_model.SerializeToString())
7878
```
7979
80-
<!-- CORTEX_VERSION_MINOR -->
80+
<!-- CORTEX_VERSION_MINOR x4 -->
8181
Here are complete examples of converting models from some of the common ML frameworks to ONNX:
8282
8383
* [PyTorch](https://github.com/cortexlabs/cortex/blob/master/examples/iris-classifier/models/pytorch_model.py)

0 commit comments

Comments
 (0)