Jim Scardelis

Results 16 comments of Jim Scardelis

MD5 is not valid for file verification, so it should not be enabled. Vendors who only supply MD5 signatures should be reminded that both MD5 and SHA1 have demonstrated collision...

Good enough? Hardly. If the MD5 check fails, there is likely something wrong, and you reject the file. If the MD5 check succeeds, you know absolutely nothing about the state...

I get an error when it tries to run certutil -- most likely because of the space in the profile path. Since it does an exec.Command of certutil with a...

Repros on 12.1 Beta as well.

It appears to me that ollama is mapping the model’s `max_trained_positions` config value to `nctx_train` which blocks the `num_ctx` override, when it should be using `max_positions` instead. Either that, or...

@remy415 @Kanishk-Kumar @jmorganca Looks like it's something to do with llama.cpp - check out the comment in the [Readme.md[](https://huggingface.co/nomic-ai/nomic-embed-text-v1.5-GGUF/blob/main/README.md) for the GGUF versions of the file from the nomic repository...

@jmorganca Looks like 0.1.32 is using the wrong model config parameter to determine max context length. Details [here] (https://github.com/ollama/ollama/issues/3727#issuecomment-2070006251) Also see [Readme.md](https://huggingface.co/nomic-ai/nomic-embed-text-v1.5-GGUF/blob/main/README.md) in the nomic GGUF file repository for this...

The most expedient path would be to add an –ignore-memcheck type flag, but the ultimate fix would probably be to change how the check is performed. Currently, the check does...

On my MacBookPro16,1 with an 8 core Intel Core i9 with 32GB of RAM & an AMD Radeon Pro 5500M GPU with 8GB, it runs … slowly. The slowness is...

https://github.com/ollama/ollama/blob/main/docs/import.md