Skip to content

Commit

Permalink
Increase memory requirements for examples (#1018)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1010c00)
  • Loading branch information
vishalbollu committed May 4, 2020
1 parent cbbfcb9 commit ae0f1bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/pytorch/answer-generator/cortex.yaml
Expand Up @@ -7,4 +7,4 @@
compute:
cpu: 1
gpu: 1
mem: 4G
mem: 5G
2 changes: 1 addition & 1 deletion examples/pytorch/text-summarizer/cortex.yaml
Expand Up @@ -7,4 +7,4 @@
compute:
cpu: 1
gpu: 1 # This is optional, since the API will run on CPUs (albeit slower)
mem: 4G
mem: 6G

0 comments on commit ae0f1bd

Please sign in to comment.