Steve Canny

Results 120 comments of Steve Canny

And how much memory is allocated to the Lambda instance?

~@cds-code what "extras" are you installing with `unstructured`? Like where you do `pip install unstructured[x]`, what `x` do you use?~ NM, I see you posted that above :)

Also, just out of curiosity, can you give me a sense of the cold-start times you've seen?

@SuvroBaner also, can you paste in the full stack trace?

Closing as resolved. @SuvroBaner feel free to reopen if you're still having trouble.

Hi @flaviobrienza, I'm unable to reproduce any behavior that meets this description on my machine. We'll need some more specifics: - What operating sytem and distro/version you're running - A...

Ah, interesting. So the kernel that's doing the dying is the Jupyter Notebook kernel. Try running `from unstructured.partition.html import partition_html` from the Python command prompt and see what it does....

This solution might be worth a try: https://stackoverflow.com/a/76255079/1902513

This is worth trying again with the latest version of `unstructured`. This problem was addressed in a new release of `unstructured-inference` and a new release of `unstructured` that uses that...

@micmarty-deepsense > I'd like to tackle this in a separate PR, there're too many changes in this PR already I think 🦖 I agree. This PR did a lot for...