Skip to content

Commit 8e87888

Browse files
committed
update DTALiteMM for Apple Silicon and tutorial
- update tutorial on DTALiteMM.
1 parent 63b4c45 commit 8e87888

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

path4gmns/bin/DTALiteMM_arm.dylib

-21.7 KB
Binary file not shown.

tutorial/tutorial.ipynb

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,21 @@
661661
"id": "9ec4b7a1",
662662
"metadata": {},
663663
"source": [
664-
"Please consider running the script calling this API using system terminal rather than the Python console for proper logging."
664+
"Please consider running the script calling this API using system terminal rather than the Python console for proper logging.\n",
665+
"\n",
666+
"Starting from v0.9.6, you could conduct the above tasks using the [Multimodal DTALite](https://github.com/asu-trans-ai-lab/DTALite/tree/feature/multimodal). No parameters are needed. \n",
667+
"\n",
668+
"Note that running it with the current input will lead to *kernel crash* as it requires a **different [settings.yml](https://github.com/asu-trans-ai-lab/DTALite/blob/feature/multimodal/data/01_4_node_network/minimum_input/settings.yml)**! You can test this API with [this data set](https://github.com/asu-trans-ai-lab/DTALite/tree/feature/multimodal/data). "
669+
]
670+
},
671+
{
672+
"cell_type": "code",
673+
"execution_count": null,
674+
"id": "39ae97c0",
675+
"metadata": {},
676+
"outputs": [],
677+
"source": [
678+
"pg.run_DTALite()"
665679
]
666680
}
667681
],

0 commit comments

Comments
 (0)