Closed AllenY687 closed 2 weeks ago
Resolved with the following thread: https://github.com/triton-lang/triton/issues/2881 There seems to be an issue between Windows and triton. In addition, I had Python 3.11 which could have contributed to dependency issues.
Command: pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git" Results in the following error: ERROR: Could not find a version that satisfies the requirement triton (from unsloth-zoo) (from versions: none) ERROR: No matching distribution found for triton
I tried installing triton directly with pip with the command: pip install git+https://github.com/openai/triton.git
but it resulted in the following error message:
error: subprocess-exited-with-error error: Multiple top-level packages discovered in a flat-layout: ['lib', 'cmake', 'include', 'unittest', 'third_party']. The following error message: To avoid accidental inclusion of unwanted files or directories, setuptools will not proceed with this build.
I also tried pip install triton: ERROR: Could not find a version that satisfies the requirement triton (from versions: none) ERROR: No matching distribution found for triton