msamylea

Results 4 comments of msamylea

To add onto this - I ran into an issue on native windows with xformers when building unsloth, so I forked my own version and edited the pyproject.toml to use...

> @NicolasMejiaPetit @danielhanchen Heyy!!! I actually ran into ModuleNotFoundError: No module named 'triton' while fine-tuning google/gemma-7b-it. I installed xformers successfully through a documentation that I found by Unsloth but while...

Had the same issue trying to use HF Pro with OpenAI API for Llama 3.1. Fix it by: Open site-packages/llmx/generators/text/openai_textgen.py and in OpenAITextGenerator add base_url to __init__ and self.client_args. If...

I rewrote the Gemini portion of this and it's working now for me. The issue was, Gemini expects the image file to be uploaded then referenced. This is working for...