Stephan Walter
Stephan Walter
Good idea. I can't test this as I'm not using Windows. Please consider moving this to `scripts/` and updating the readme, so Windows users will know what to do.
Duplicate of #82, closing this as there's more discussion over there.
Are you sure it's a deadlock and not simply catastrophically slow? I get a slowdown by 150x when I use `n_threads` == cores + 1, but it still works.
#1191 allows passing the type name, this change shouldn't be necessary.
The case against Q4_3 is even stronger on x86; at least on my 4-core AVX2 machine, Q4_3 is slower than both Q5 formats.
Thanks @DannyDaemonic, I've noticed another problem, though. CMake doesn't find the git executable: ``` -- Could NOT find Git (missing: GIT_EXECUTABLE) ``` This is on Ubuntu 22.04 with cmake 3.22.1...
Couldn't you add `BUILD_INFO.cmake` as a regular file in `scripts/`, instead of writing it to the build directory? I think the goal of this PR is good, the implementation just...
Duplicates #392, at least as far as paper size is concerned. I would love to have this as well.
+1 and for the upcoming 3.13 as well. I tried to build the wheel for 3.13 and it would set PYTHON_LIBRARY to `python313.dll` which then can't be found. Adding ```py...