16 lines
428 B
JSON
16 lines
428 B
JSON
|
|
{
|
||
|
|
"magic": "GXIC1",
|
||
|
|
"version": 1,
|
||
|
|
"model": "programs/hello_model.gx",
|
||
|
|
"entrypoint": "main",
|
||
|
|
"symbols": {
|
||
|
|
"main": 0
|
||
|
|
},
|
||
|
|
"instructions": [
|
||
|
|
{ "op": "LOAD_MODEL", "args": ["programs/hello_model.gx"] },
|
||
|
|
{ "op": "SET_PARAM", "args": ["use_gpu", true] },
|
||
|
|
{ "op": "LOG", "args": ["Attempting GPU-accelerated execution"] },
|
||
|
|
{ "op": "RUN_PROMPT", "args": ["Hello from XIC with GPU acceleration."] }
|
||
|
|
]
|
||
|
|
}
|