I hereby claim:
- I am bluemoon on github.
- I am bradford (https://keybase.io/bradford) on keybase.
- I have a public key whose fingerprint is 6AD5 F891 0284 8CC9 5CCB BD3A FB0A 95E3 477F 25ED
To claim this, I am signing this object:
| """ | |
| Deploy offer prediction service using mlcore. | |
| Per mlcore guide sections 5.1-5.3: | |
| - model_path is required for ContainerBuilder | |
| - s3_model_uri must be a .tar.gz file | |
| - model_name must follow <inference_type>-<model_framework>-<model_type> | |
| Since our "model" is parquet data loaded at runtime, we create a placeholder | |
| model artifact to satisfy SageMaker requirements. |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| typedef struct | |
| { | |
| NSString *pstrName; | |
| } sSampleStruct; | |
| sSampleStruct sObject = {@"test"}; | |
| NSMutableDictionary *pSampleMap = [[NSMutableDictionary alloc] init]; | |
| [pSampleMap setObject:[NSValue valueWithPointer:&sObject] | |
| forKey:[NSNumber numberWithInt:nVar]]; |
| /vagrant_files/mg_xmpp_platform/apps/journal/lib/journal.ex:1: redefining module Journal | |
| /vagrant_files/mg_xmpp_platform/apps/journal/lib/server.ex:1: redefining module Journal.Server | |
| ==> journal | |
| Compiled lib/journal.ex | |
| /vagrant_files/mg_xmpp_platform/apps/journal/lib/server.ex:6: redefining module Journal.Server.State | |
| /vagrant_files/mg_xmpp_platform/apps/journal/lib/supervisor.ex:1: redefining module Journal.Supervisor | |
| Compiled lib/supervisor.ex | |
| Compiled lib/server.ex | |
| Generated journal.app |
| import sys, pdb, traceback | |
| import os | |
| import autopath | |
| from pypy.rpython.lltypesystem import lltype, rffi | |
| from pypy.rlib.rmmap import alloc, free | |
| from pypy.translator.tool.cbuild import ExternalCompilationInfo | |
| from pypy.translator.c.test.test_genc import compile as compile_c | |
| from pypy.rpython.lltypesystem.rffi import * | |
| from pypy.rpython.lltypesystem.llmemory import * |