-
Hello,
I would like a clarification on what is exactly shown in each row in the summary.txt of ESPRESSO_Q:
For example, in this output:
```
number of FSM splice junction chains: 25922
number of I…
-
### Description of task
Continue to explore and learn how the [YASMIN](https://github.com/uleroboticsgroup/yasmin/tree/main) library works. Do so by developing a demo for the docking task at [TACC](h…
-
A Remote-Trace-Server is needed that opens a TCP-Port for Clients and provide runtime infos about the FSMs.
- Tracer-trait implementation shall be provided to use the Remote-Trace-Server and sends …
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch…
-
We're already recording the `call` event when a call is executed, including via the async mechanisms. Some async specific events that might make sense:
- [x] #3282
- [x] #2860
- [ ] `fsm_start` on fsm…
-
This message pops up quite a bit, especially when you have a variety of schemas to generate.
https://github.com/outlines-dev/outlines/blob/8e94488d4ee3c5a29a919d0b9e19f7ea4170b1f4/outlines/fsm/rege…
-
We need to perform the conversion of a regex string into a usable FSM in Rust. This involves all the functionality covered by `interegular` and the functions in `outlines_core.fsm.regex`.
Regardin…
-
### Describe the issue
The FSM doesn't stream output (return it in real time). Output is returned only when the fsm waits for input or after it has exited.
### Steps to reproduce
_No response_
###…
-
If an FSM drives a combinational signal from the `whenIsActive` block of one of its states, and then transitions to a nested FSM state whose entry state has an `onEntry` block which also drives the co…
-
### Describe the issue as clearly as possible:
I got a problem while creating a generator with ```outlines.generate.json(model, schema)``` and as a schema using Pydantic Model with the fields like …