from monitors4codegen.monitor_guided_decoding.monitors.dereferences_monitor import DereferencesMonitor, DecoderStates from monitors4codegen.monitor_guided_decoding.monitor import MonitorFileBuffer ...
When attempting to instantiate a valid class configuration with a class that has typehints unsupported by jsonargparse (in my application's case, ForwardRefs), the valid configuration is rejected ...