Daniel Han

Results 30 issues of Daniel Han

* Qwen2 support #428 * Fixed Llama-3 GGUF conversion * Torch 2.3 Support #415 * Tokenizer bug fixes * Many more small bug fixes

llama.cpp seems to be unable to install - investigating now. ![image](https://github.com/unslothai/unsloth/assets/23090290/900788f7-a982-4890-926c-c33c6239c7aa)

fixed - pending confirmation
URGENT BUG

### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...

Bug
IO Parquet
Upstream issue
Arrow

Hi Scipy team! I reported issues on SYEVD vs SYEVR before. It looks like you guys fixed it by adding the turbo argument! Good work! Actually, during work on https://github.com/danielhanchen/hyperlearn,...

enhancement
scipy.linalg

From Twitter - adding new tokens to Qwen don't work? ```python # Add special tokens to the tokenizer num_added_tokens = tokenizer.add_special_tokens({"additional_special_tokens": special_tokens}) # Resize token embeddings of the model model.resize_token_embeddings(len(tokenizer))...

currently fixing
good first issue

As of 3rd December 2024 - fixed. Please update Unsloth via ``` pip install --upgrade --no-deps --no-cache-dir unsloth ```

URGENT BUG
fixed

- [ ] Allow mixing text and vision data (ie rows of data without any images - [ ] Resizing images automatically by checking the preprocessor, since memory usage can...

currently fixing

Fixed them all!! For local machines, please do: ``` pip install --upgrade --force-reinstall --no-deps unsloth unsloth_zoo ``` For Colab / Kaggle machines, please disconnect and restart the runtime! You can...

URGENT BUG
fixed