library.add_files() results in Segmentation fault #48
Answered
by
turnham
jcalebsmith
asked this question in
Q&A
-
Fresh install of llmware 0.1.4 in python 3.10 invironment on WSL Ubuntu:
Any ideas as to what I'm doing wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
turnham
Oct 24, 2023
Replies: 1 comment 1 reply
-
Hi, Yes the add_files(...) call is invoking our parsers which do require an increased stack ulimit. Can you try:
and then try again. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jcalebsmith
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, Yes the add_files(...) call is invoking our parsers which do require an increased stack ulimit. Can you try:
and then try again.