Skip to content

Commit 4d5db3d

Browse files
committed
Fix versions notice comment in example files
1 parent c7a27d5 commit 4d5db3d

File tree

42 files changed

+42
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+42
-42
lines changed

examples/pytorch/answer-generator/cortex.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex your `cortex version`
1+
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex
22

33
- kind: deployment
44
name: answer

examples/pytorch/answer-generator/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex your `cortex version`
1+
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex
22

33
# This file includes code which was modified from https://colab.research.google.com/drive/1KTLqiAOdKM_3RnBWfqgrvOQLqumUyOdA
44

examples/pytorch/answer-generator/predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex your `cortex version`
1+
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex
22

33
import wget
44
import torch

examples/pytorch/image-classifier/cortex.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex your `cortex version`
1+
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex
22

33
- kind: deployment
44
name: image

examples/pytorch/image-classifier/predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex your `cortex version`
1+
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex
22

33
import requests
44
import torch

examples/pytorch/iris-classifier/cortex.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex your `cortex version`
1+
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex
22

33
- kind: deployment
44
name: iris

examples/pytorch/iris-classifier/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex your `cortex version`
1+
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex
22

33
import torch
44
import torch.nn as nn

examples/pytorch/iris-classifier/predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex your `cortex version`
1+
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex
22

33
import re
44
import torch

examples/pytorch/language-identifier/cortex.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex your `cortex version`
1+
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex
22

33
- kind: deployment
44
name: language

examples/pytorch/language-identifier/predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex your `cortex version`
1+
# this is an example for cortex release 0.12 and may not deploy correctly on other releases of cortex
22

33
import wget
44
import fasttext

0 commit comments

Comments
 (0)