David Gidwani
David Gidwani
ok this will require a change in the [underlying docker image](https://github.com/darvid/manylinux-hyperscan) i maintain with hyperscan and deps needed for static linking, but correct me if i'm wrong, based on your...
either way i think you're right, i'll set march but only on musl - [ ] update manylinux-hyperscan build to conditionally set march=core2 on alpine - [ ] might be...
Can confirm @digdugg's solution works, Windows 7 with Python 3.4.3.
Any updates?
can we please get a web-llm release to bump the upstream tokenizers-cpp to 0.1.2? i'm assuming that's what's needed next without building from source?
this should be fixed in the latest release, but please confirm when you get a chance before I close this ticket. apologies for the delay
ahhhh looks like the leak is with scratch not being freed now. here's a quick workaround while I push and release a fix: ```python import hyperscan as hs db =...
yeah looks like the source of the issue is the ``create_scratch`` conditional scratch creation in ``loadb``. The **actual** workaround is calling loadb like this: ```python hs.loadb(db, create_scratch=False) ``` I think...
let's keep this issue open until i push a release
hey, this should be fixed in the commit above, but i'm running into some annoying CI issues that have been taking a while to fix and prevent releasing to pypi...