Matthew Douglas
Matthew Douglas
@juliamoses This seems to work for the button example when fixing the todo that @i-hardy mentioned. I've done this in my fork here https://github.com/matthewdouglas/eslint-plugin-vue-a11y/commit/f1165191940a8a2a6fee426073123d5e95acb708 For the anchor tags, they need...
@marcus-herrmann I'm not aware of any side effects. This plugin is based on the react version, which has had the `isInteractiveElement` check since the rule was first added: https://github.com/evcohen/eslint-plugin-jsx-a11y/commit/ec4f193c8117be7f07a8d2054d97fe7a0c1b6473#diff-aeea5a0f9f93bda6f7d13946feb947bf That...
@avacaondata You'll want to `sudo apt install build-essential` and if you have the same problem, try `export CC=/usr/bin/gcc` (make sure that's the right path). For those issues with BNB, I'd...
@avacaondata What GPU do you have? I am assuming something with 16GB vRAM. Can you share the code you're using? It sounds like you're using a paged optimizer with unsloth,...
We noticed that there has been no recent activity on this issue. As a result, we will be closing it for now. If you continue to experience this problem or...
> Issue #149: can Intel Arc GPUs be supported in a similar manner? @tpimh There's separate work in progress for Intel. So far there's been work on CPU with IPEX...
Hi all, For CentOS 7, you'll likely need to either compile from source or pin to `bitsandbytes= [manylinux_2_24](https://github.com/mayeut/pep600_compliance/tree/master?tab=readme-ov-file#distro-compatibility). It's important to note that CentOS 7 will reach EOL on 2024-06-30.
4bit serialization requires `bitsandbytes>=0.42.0`. Please verify that you have a newer version installed, or upgrade with `pip install -U bitsandbytes`.
Hi @LameloBally, The data is in packed into uint8 for storage, but each element actually holds two 4-bit values.
I was thinking about this a little bit in #1173 actually. It may be good opportunity to rename some of these ops to make them more clear, even if they...