Ewout ter Hoeven

Results 224 comments of Ewout ter Hoeven

[Looks](https://github.com/mit-han-lab/llm-awq) quite interesting! > ## AWQ: Activation-aware Weight Quantization for LLM Compression and Acceleration [[Paper](https://arxiv.org/abs/2306.00978)] > > **Efficient and accurate** low-bit weight quantization (INT3/4) for LLMs, supporting **instruction-tuned** models and...

They now also released a larger, 104B parameter model: [C4AI Command R+](https://huggingface.co/CohereForAI/c4ai-command-r-plus)

> [pyarrow](https://pypi.org/project/pyarrow/#files) does not provide wheels for as many environment as [numpy](https://pypi.org/project/numpy/#files). The fact that they still don’t have Python 3.12 wheels up is worrisome.

@maartenbreddels this is a crucial piece of infrastructure to keep this repo up to date. Could you review it, and if approved, merge it?

It's quite shocking I came here looking for Python 3.12 support, to see an issue about Python 3.11 support still open. I created an issue for Python 3.12 support (#2397),...

Looks like there already is a major effort (https://github.com/vaexio/vaex/pull/2331) to get Python 3.11 and 3.12 support on their way, and it's currently stuck on some CI files being lost (https://github.com/vaexio/vaex/pull/2331#issuecomment-1702344845)....

Thanks a lot for this effort! What's needed to merge this PR, get a new release tagged and Python 3.12 wheels uploaded to PyPI?

Can we (temporarily) host these files somewhere else? Maybe even here on GitHub, or as a [gist](https://gist.github.com/)?

I think this would be awesome and extremely useful. This, and breakpoints (#2003) and unit testing ([Test-Extension](https://github.com/NetLogo/Test-Extension)). @LaCuneta @brandesNW Could this be a [GSoC](https://summerofcode.withgoogle.com/) project?

I'm currently also getting the following warning: > DEPRECATION: docopt is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package...