sam rodriguez

Results 9 comments of sam rodriguez

Is there a way to access this template with the progress so far? seems to be a private repository.

@slundberg my version is indeed 0.0.47. I tried the way you suggested @amanape but it also raised the same error. This is another example that causes the error and is...

> @Sam1320 This seems to have worked for me [#40 (comment)](https://github.com/microsoft/guidance/issues/40#issuecomment-1554084184) Indeed also for me. Thanks @amanape!

> where did you set `stop=False`? could you provide the code where your workaround is applied? does it still allow you to execute the full guidance program? asking cause i...

hey @pthimon interesting that you are running it in aws lambda. How do you manage the stateless computation? I am having trouble storing, loading and continuing a partially executed program.

Hey @pthimon thanks for the reply!. How do I save the `variables()` ? I am doing the following: ``` import guidance guidance.llm = guidance.llms.OpenAI('gpt-3.5-turbo') guidance.llm.cache.clear() prompt = guidance( '''{{#system~}} You...

I think having a single string representation is simpler and more elegant, in fact I intuitively thought option 2 was already implemented. Also introducing a JSON format might open the...

Great to know it helped. Its surprising that after all these months they have not merged a solution for this feature.

> The phrasing is sub-optimal but it's correct: a build backend does indeed build an sdist or a wheel. Good point. What about the phrasing in the last commit? I...