Live data from Hacker News

Viewing profile — jmorgan

jmorgan

HN member
Joined
Fri, Jan 31, 2014, 6:37 PM UTC
HN karma
1,780
Public activity
179 items

About jmorgan

https://github.com/ollama/ollama

Recent public activity

  1. comment
    Comment #48545301

    The larger models are available on Ollama's cloud as most folks don't have the hardware to run 500B-1T parameter models.

  2. comment
    Comment #47148207

    For local models I've been trying it with GLM-4.7-Flash and the new LFM2 24B model. I'm excited to try it with the new Qwen3.5 models that came out today as well.

  3. comment
    Comment #47144284

    I've been using Pi day to day recently for simple, smaller tasks. It's a great harness for use with smaller parameter size models given the system prompt is quite a bit shorter vs …

  4. comment
    Comment #46758211

    That's not good, sorry. I work on Ollama - shoot me an email (jeff@ollama.com) and we can help debug

  5. comment
    Comment #46685383

    It's available (with tool parsing, etc.): https://ollama.com/library/glm-4.7-flash but requires 0.14.3 which is in pre-release (and available on Ollama's GitHub repo)

  6. comment
    Comment #46351173

    The source is available here: https://github.com/ollama/ollama/tree/main/app

  7. comment
    Comment #45854067

    The gpt-oss weights on Ollama are native mxfp4 (the same weights provided by OpenAI). No additional quantization is applied, so let me know if you're seeing any strange results wit…

  8. comment
    Comment #45378422

    We did consider building functionality into Ollama that would go fetch search results and website contents using a headless browser or similar. However we had a lot of worries abou…

  9. story
  10. comment
    Comment #44903942

    Amazing work. This model feels really good at one-off tasks like summarization and autocomplete. I really love that you released a quantized aware training version on launch day as…

  11. comment
    Comment #44808111

    It should open ollama.com/connect – sorry about that. Feel free to message me jeff@ollama.com if you keep seeing issues

  12. comment
    Comment #44803013

    Sorry about this. Re-downloading Ollama should fix the error

  13. comment
    Comment #44244026

    Working on adding tool calling support to Magistral in Ollama. It requires a tokenizer change and also uses a new tool calling format. Excited to see the results of combining think…

  14. story
  15. comment
    Comment #43072480

    This is a great point. apt-get would definitely be a better install experience and upgrade experience (that's what I would want too). Tailscale does this amazing well: https://tail…

  16. comment
    Comment #42833836

    Sorry this isn't more obvious. Ideally VRAM usage for the context window (the KV cache) becomes dynamic, starting small and growing with token usage, whereas right now Ollama defau…

  17. comment
    Comment #42671237

    Phi-4's architecture changed slightly from Phi-3.5 (it no longer uses a sliding window of 2,048 tokens [1]), causing a change in the hyperparameters (and ultimately an error at inf…

  18. comment
    Comment #42427973

    Thank you for writing this!

  19. story
  20. comment
    Comment #40818556

    Currently when the context limit is hit, there's a halving of the context window (or a "context shift") to allow inference to continue – this is helpful for smaller (e.g. 1-2k) con…

  21. comment
    Comment #40817753

    Sorry about this – working on fixing the issue with hitting the context limit. Gemma 2 supports a 8192 context limit – which can be selected if you provide the `num_ctx` parameter …

  22. comment
    Comment #40772574

    Sorry it's slow for you – happy to help debug why - shoot me an email at jeff@ollama.com

  23. comment
    Comment #40710615

    Thank you for building htmx!

  24. comment
    Comment #40694297

    Sorry it's taking so long to review and for the radio silence on the PR. We have been trying to figure out how to support more structured output formats without some of the side ef…

  25. comment
    Comment #40694253

    Pre-release versions are created to test new updates on bunch of different hardware setups (OS/GPUs) before releasing more broadly (and making new versions the default for the Linu…