Daniel Han
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. 
### 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...
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,...
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))...
As of 3rd December 2024 - fixed. Please update Unsloth via ``` pip install --upgrade --no-deps --no-cache-dir unsloth ```
- [ ] Allow mixing text and vision data (ie rows of data without any images - [ ] Resizing images automatically by checking the preprocessor, since memory usage can...
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...