David Kell

Results 11 comments of David Kell

Also had this issue, pinning `flash_attn` as per [this comment](https://github.com/huggingface/transformers/issues/38843#issuecomment-2977023647) worked for me. Also had to pin numpy version to get tokenizer working, see https://github.com/huggingface/transformers.js/issues/1343 Example `pyproject.toml` for usage with...