VowpalWabbit / py-vowpal-wabbit-next

Experimental new Python bindings for the VowpalWabbit library
https://vowpal-wabbit-next.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
12 stars 5 forks source link

Wheels for VW 8.7.0 #105

Open nateagr opened 3 months ago

nateagr commented 3 months ago

Hello!

I'm currently investigating a regression of a training job using cache files as a training set. I'd like to compare cache files and stumbled upon this package that contains a cache file reader. Unfortunately, there is no wheel for vw 8.7.0. Would it be possible to build the wheels for 8.7.0 ? Or to guide me on how to do it myself ? I'm on macos arm. Many thanks in advance.

jackgerrits commented 3 months ago

8.7.0 significantly predates the creation of this package. If you wanted to create wheels for that I'd suggest forking this repo, using the wheel CI that is setup, updating the VW submodule to the commit you need and then chasing any build issues and divergence that comes up