Bruce MacDonald

Results 182 comments of Bruce MacDonald

Hi @wanghe-fit2cloud, thanks for the PR. Are there any docs about how to use this tool with Ollama?

Hey @monolith-jaehoon, thanks for the contribution, this is a really common issue! At the moment bmizerany is working on making the download parts more reliable and is changing quite a...

Leaving this in draft for now because I want to take a shot at adding a custom name for the tensors, as Daniel has suggested out of band: ``` func...

Ended up not taking the name setting approach since reading the GGUF relies on some known names. When `populateFields` tries to find tensors using `base.Backend().Get()`, it can't find them because...

Thanks Jesse, just holding off on making more updates on this one until the [brucemacd/rope-config](https://github.com/ollama/ollama/tree/brucemacd/rope-config) https://github.com/ollama/ollama/pull/9121 change it relies on gets reviews.

Hi @remon-nashid, thanks for the feature request. For reference, these values aren't actually returned from the Ollama API, they are found by the CLI/client. You can see how the Ollama...

@jessegross > There's no real logprob for a merged Unicode character, so I think the only thing thing to do is not to merge when we are returning probabilities and...

This PR is ready for review again. There's still some refactoring to be done from here, but I think this is a good place to merge, where the codepath is...

Hi @denisx, thanks for opening the PR. I believe the package can't be marked as `"sideEffects": false` because we import `whatwg-fetch`, which is a polyfill that modifies the global scope....

Hi @lifeart thanks for the contribution. I'm a bit hesitant to make this change because the Ollama server doesn't officially support these formats. For example passing svgs and gifs to...