Closed Pouyanpi closed 3 months ago
@Pouyanpi do you know when will this fix will be available in released version?
@DixitAdh, It may be included in the 0.10.0 release, which is expected within one or two weeks. However, this hasn’t been decided yet. I’ll keep you updated.
Hi @Pouyanpi — any updates on the new release? The fix here is critical for me to be able to use NeMo Guardrails with promptflow
on Databricks, and it would be great if I could install from PyPI instead of develop
.
Hi @Pouyanpi — any updates on the new release? The fix here is critical for me to be able to use NeMo Guardrails with
promptflow
on Databricks, and it would be great if I could install from PyPI instead ofdevelop
.
Hi @ishaan-mehta, the new release will be published early next week, probably on Monday. Hope it unblocks you by then
Hi @Pouyanpi, thanks! Is the release still on track to be published today/tomorrow?
Hi @Pouyanpi, thanks! Is the release still on track to be published today/tomorrow?
Hi @ishaan-mehta, sorry for getting back to you late. v0.10.0 was released last Friday, you can give it a try.
The changes include the addition of
__getstate__
and__setstate__
and methods to theLLMRails
class. These methods are used for pickling and unpickling of the class instance, allowing it to be serialized and deserialized.It might resolve #614