Skip to content

Commit ae0f1bd

Browse files
committed
Increase memory requirements for examples (#1018)
(cherry picked from commit 1010c00)
1 parent cbbfcb9 commit ae0f1bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/pytorch/answer-generator/cortex.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
compute:
88
cpu: 1
99
gpu: 1
10-
mem: 4G
10+
mem: 5G

examples/pytorch/text-summarizer/cortex.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
compute:
88
cpu: 1
99
gpu: 1 # This is optional, since the API will run on CPUs (albeit slower)
10-
mem: 4G
10+
mem: 6G

0 commit comments

Comments
 (0)