Daniel Han

Results 781 comments of Daniel Han

@erwe324 Oh no :( Still GGUF issues? :(

Yes a Docker env would be useful. How about if you do a manual one? ``` git clone --recursive https://github.com/ggerganov/llama.cpp make clean -C llama.cpp make all -j -C llama.cpp pip...

Oh I added a check for both file names so either the `convert-hf-to-gguf.py` or `convert_hf_to_gguf.py` should function

@DrewThomasson Oh what's the inference commands you used - what `max_seq_length` was set and was the model finetuned? I was planning to add a flag to check if a model...

Will take a look! Sorry on the issue!

I'll add it into the Wiki - thanks for that!

Should be - unsure if `transformers Trainer` supports it - you might also have to manually use it

@ml-maddi Sorry on the issue! Do you have a screenshot of the issue?

Added a fix! Thanks so much for the heads up! To update Unsloth on local machines: ```bash pip uninstall unsloth -y pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git" ``` For...