J. M Areeb Uzair
J. M Areeb Uzair
Updated the README.md file to show installation process using Maven. Earlier, only the process for Gradle was shown.
On windows 11, Python 3.13.1, pip 25.0.1, Cuda 12.6 and PyTorch 2.6.0, I get the following error while running ```pip install "unsloth[windows] @ git+https://github.com/unslothai/unsloth.git"``` I have MSVC installed. ``` ×...
On a Geforce 4060, 16 GB ram on Windows. I have trained an 8b deepseek model, and am trying to save it: ``` model.save_pretrained_gguf("model", tokenizer, quantization_method = "q4_k_m") ``` However,...