Skip to content

Commit e5d4aea

Browse files
ospillingerdeliahu
authored andcommitted
Update README.md
(cherry picked from commit e74dc2c)
1 parent f2ef986 commit e5d4aea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Cortex is maintained by a venture-backed team of infrastructure engineers and [w
3232
```python
3333
# handler.py
3434

35+
36+
# Load data for preprocessing or postprocessing. For example:
37+
labels = download_my_labels_from_s3()
38+
39+
3540
def pre_inference(sample, metadata):
3641
# Python code
3742

0 commit comments

Comments
 (0)