Michael

Results 3 comments of Michael

Here's the fix, if you're not using the LLaVA-NeXT codebase: Add the following to line 909 in `train.py` (https://github.com/haotian-liu/LLaVA/blob/main/llava/train/train.py#L909) ```python3 if "llama-3" in model_args.model_name_or_path.lower(): # hack for the LLaMA 3...

Same issue. shift + alt - (anything) is failing for me because skhd seems to no longer intercept the characters before they're mapped to virtual keypresses for random international characters....

Bump; same issue on macos ``` transformers 4.48.1 optimum 1.23.3 ```