Michael Nowakowski
Michael Nowakowski
Based on code in generate.py, in the story function, the sentences are encoded, then the mean is taken using numpy.mean before applying the pos and neg biases. ` svecs =...
Just wanted to +1 this and say I also ran into this issue when attempting to create a universal2 wheel for [ruff](https://pypi.org/project/ruff/) from its `x86_64` and `arm64` wheels. `ruff` copies...
Thanks for the quick response and PR :) I tested the PR against `ruff` and it worked for me.