Gary Mulder
Gary Mulder
This looks to be a RAM issue. Closing.
@prusnak Thx! RTFM on `sha256sum` would have saved me an hour of unnecessary scripting. :facepalm: I put the `SHA256SUMS` in the root dir as `models` is user-provided. I'm also not...
> Can you add `--ignore-missing` to the `sha256sum` command line in the readme? Many people won't have all files, the output is less noisy that way. (This is for Linux,...
> Not all of these checksums seem to be correct. Are they calculated with the "v2" new model format after the tokenizer change? PR: #252 Issue: #324 > > For...
`_mm256_cvtph_ps` is related to [AVX](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions). At a guess your Docker container build env doesn't support AVX for some reason. Are you building your Docker images on a Mac/ARM64 or native...
I just installed Docker on my AMD x86_64 system and spun up an image of [gcc:10.2](https://hub.docker.com/layers/library/gcc/10.2/images/sha256-2160554adce2978667ebacaae20582a261fa774bc6a4fb0d677c512522ce7799). I was able to get it to compile. However, it looks like someone has...
This is likely because you're building inside a virtual environment and HyperV has disabled Intel AVX extensions. See #244
Please open a new ticket for this issue. Please also use the tags: < details > < / details > If you're going to paste pages of logs.
[Please review and use the issue template](https://github.com/ggerganov/llama.cpp/blob/master/.github/ISSUE_TEMPLATE/custom.md?plain=1)