Skip to content
Snippets Groups Projects

AWS Lambda

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -36,6 +36,8 @@ public class PrimingResource implements OrderedResource {
@Override
public void beforeCheckpoint(Context<? extends Resource> context) throws Exception {
System.out.println("Before checkout");
System.out.println("Model path: " + modelPath);
ServletUtil.model(ServletUtil.loadModel(modelPath));
updateParameter();
Loading