Skip to content
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

-UnSloth_FineTuner set-up issue - requirements #1

Open
am7555 opened this issue Jan 2, 2025 · 0 comments
Open

-UnSloth_FineTuner set-up issue - requirements #1

am7555 opened this issue Jan 2, 2025 · 0 comments

Comments

@am7555
Copy link

am7555 commented Jan 2, 2025

Hi there. Thank you for the learning materials you have prepared, greatly appreciated. Not related to your courses yet, I'm following your video on youtube:

https://youtu.be/ERZ0_3yhUFE

and have been stuck on the following for set-up in vscode, after typing 'pip install -r requirements.txt':

ERROR: Could not find a version that satisfies the requirement triton (from versions: none)
ERROR: No matching distribution found for triton

I also get:

Using cached xformers-0.0.29.post1.tar.gz (8.5 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\User\AppData\Local\Temp\pip-install-1h24wuvr\xformers_4ba7c0ef6eeb439aa8945557e1b82fab[setup.py](http://setup.py/)", line 24, in
import torch
ModuleNotFoundError: No module named 'torch'
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

Lastly, upon attempting to enter 'python main.py', I get the following:

WARNING: Failed to find MSVC.
WARNING: Failed to find Windows SDK.
WARNING: Failed to find CUDA.


I have noticed when it reads 'site packages' after I enter 'pip list', it reads
from: C:\Users\User\anaconda3A\Lib\site-packages
versus:
C:\Users\User\UnSloth_FineTuner-\UnSloth_FineTuner

I installed Triton (its in this second directory above) through command prompt, along with the updated 'pip' version, however in vscode its not picking these up in its 'pip list' output.

I am running this all on Windows 10 Professional. I would appreciate your assistance to get this resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant