Ewout ter Hoeven

Results 224 comments of Ewout ter Hoeven

Thanks! I will definitely check out docopt-ng! FYI, there are options to take over an abandoned PyPI package. This is a bit cumbersome but a lot easier if you’re already...

I would love this as well! It's now available in Visual Studio and VS Code, but I still really like the GitHub Desktop workflow. It would be great if it...

JetBrains now also has generative AI commit messages in their 2023.3 releases: https://www.jetbrains.com/ai/ ![generate-commit-message (1)](https://github.com/desktop/desktop/assets/15776622/ca5343c7-2d4f-42e7-942a-dab6a76dc2ac)

> https://huggingface.co/mosaicml/mpt-7b-storywriter To be clear: In https://github.com/lm-sys/FastChat/pull/1111 the [`mpt-7b-chat`](https://huggingface.co/mosaicml/mpt-7b-chat) model was added, not the untuned [`mpt-7b`](https://huggingface.co/mosaicml/mpt-7b) or the [`mpt-7b-instruct`](https://huggingface.co/spaces/mosaicml/mpt-7b-instruct) or [`mpt-7b-storywriter`](https://huggingface.co/spaces/mosaicml/mpt-7b-storywriter) tuned models.

Phi-3-mini weights are released: https://huggingface.co/collections/microsoft/phi-3-6626e15e9585a200d2d761e3

This is awesome! And having links to the source code can be very useful in some cases. Thanks!

Early heads-up: JDK 21, which will become the next LTS version after 17, has been forked from their main branch. It's now in "rampdown" mode (kind of a beta), with...

[JDK 21](https://openjdk.org/projects/jdk/21/) lts reached General Availability!

I did try to apply the [Collection213Upgrade](https://github.com/scala/scala-collection-compat#collection213upgrade) rewrite rule using [Scala Steward](https://github.com/scala-steward-org/scala-steward). This rule was [recently added](https://github.com/scala-steward-org/scala-steward/issues/2770) to Scala Steward. Unfortunately it failed, [here is the log](https://github.com/EwoutH/NetLogo/actions/runs/3752758458/jobs/6375284107#step:6:213).

To give an update on the state of GGUF: Halfway August GGUF was merged into llama.cpp (https://github.com/ggerganov/llama.cpp/pull/2398#issuecomment-1686986770). It’s full specification can be [found here](https://github.com/philpax/ggml/blob/gguf-spec/docs/gguf.md). Recap of what GGUF is: -...