LLMtuner icon indicating copy to clipboard operation
LLMtuner copied to clipboard

Tune LLM in few lines of code

Results 3 LLMtuner issues
Sort by recently updated
recently updated
newest added

Hi, I want to finetune whisper model with my local data. It seemed that it only supports hf datasets. Please release the code to load local dataset. Thanks.

(Windows Py3.9) ```python (labsession) D:\PYTHON\git_llmtuner\LLMTuner>pip3 install git+https://github.com/promptslab/LLMTuner Collecting git+https://github.com/promptslab/LLMTuner Cloning https://github.com/promptslab/LLMTuner to c:\users\luxury\appdata\local\temp\pip-req-build-2sdv2jxy Running command git clone --filter=blob:none --quiet https://github.com/promptslab/LLMTuner 'C:\Users\luxury\AppData\Local\Temp\pip-req-build-2sdv2jxy' Resolved https://github.com/promptslab/LLMTuner to commit 470be41ad646d205973bd40b80cabe54d4934559 Preparing metadata (setup.py) ......

Hello! Does this library offer support for fine-tuning over multiple GPUs? Thanks a lot in advance :)