-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about run_unsloth_peft.sh #2152
Comments
I don't have experience with unsloth, so I'm not sure I can help with this error. It looks like you're running this on Windows, are you using WSL? AFAIK, triton kernels can be problematic with Windows. Also please ensure that you're on the latest versions of all important packages, especially unsloth, torch, triton, accelerate, transformers, and of course PEFT. |
Im using windows10 without WSL,here is all my packages: (llama3) D:\SourceCodes\llama\peft-main\examples\sft>pip list accelerate 1.0.1 |
Hi @opentld if i remember correctly, there is not support for triton on windows yet, you can read here - triton-lang/triton#4045. maybe thats why, try wsl or ubuntu maybe? |
I agree, AFAIK triton does not work with Windows directly, you should try using WSL. |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. |
sft.zip
ruozhiba_cvt.zip
I try to fine-tune the ruozhiba dataset using unsloth. I download the pre-trained models and dataset to local machine.
I modified some .py files , and all the files is in the zip package.
But I got a subprocess.CalledProcessError, I don't know how to handle it ?
The following is all the outputs:
The text was updated successfully, but these errors were encountered: