Shelly Johnson
Shelly Johnson
I am also having the same problem. Has anyone made any progress with this?
Thanks, Kalin. That did not work for me either. I used your suggestion and encountered some conflicts which were not specified, so I could not try to address them. I'd...
I get this same error when trying `convert.py` on a model in format `pth`, attempting to convert to `ggml`. I am using the command: `$ python3 convert.py llama-2-13b --outfile ~/scratch/models/llama-2-13b.ggml.bin`...
Hello, I already had `pip` installed `gguf`, and it still gives me this error. My OS is RedHat 7.9. I created a python (version 3.11) `venv` and that is where...
Sorry, I didn't read your message properly. I uninstalled my version of gguf and re-installed it with the one in /gguf-py, and it seems to be working now. Thank you...
MATLAB crashing while attempting to run exampleSlidingMass.m from Ubuntu 18.04 singularity container
Thanks for your responses @halleysfifthinc and @aymanhab. I did find an option to specify `-DBUILD_USING_OTHER_LAPACK` which I set as: `-DBUILD_USING_OTHER_LAPACK:PATH="/usr/local/matlab/bin/glnxa64/mkl.so"`. This worked for a while and eventually failed with: ```...
MATLAB crashing while attempting to run exampleSlidingMass.m from Ubuntu 18.04 singularity container
Ah, in fact, looking further back, it seems the build option did not work at all: ``` checking whether build environment is sane... -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed --...
MATLAB crashing while attempting to run exampleSlidingMass.m from Ubuntu 18.04 singularity container
Ah, ok. I'll give that a try. Thanks, @halleysfifthinc!
MATLAB crashing while attempting to run exampleSlidingMass.m from Ubuntu 18.04 singularity container
That did not work either. I think the problem is that multiple dependencies require BLAS/LAPACK, and it seems they may have their own way(s) of specifying which libraries to use....