Closed flatsiedatsie closed 6 months ago
It is possible to create some generic implementation to abort the inference?
In my hacky version of Wllama I had added a simple check to interrupt the inference for-loop if an 'interrupt' variable in the object's root was set to true.
true
It is possible to create some generic implementation to abort the inference?
In my hacky version of Wllama I had added a simple check to interrupt the inference for-loop if an 'interrupt' variable in the object's root was set to
true
.