Build Error

#69
by Duskfallcrew - opened

On cloning, on setting a GPU On an old instance on LOOKING AT ONE I GET:
" ERROR: Could not find a version that satisfies the requirement triton==2.0.0.dev20220701 (from versions: 0.4.1, 0.4.2, 1.0.0, 1.1.0, 1.1.1, 2.0.0.dev20221030, 2.0.0.dev20221031, 2.0.0.dev20221101, 2.0.0.dev20221103, 2.0.0.dev20221105, 2.0.0.dev20221117, 2.0.0.dev20221120, 2.0.0.dev20221202, 2.0.0.dev20230208)
ERROR: No matching distribution found for triton==2.0.0.dev20220701

[notice] A new release of pip available: 22.3.1 -> 23.0
[notice] To update, run: python -m pip install --upgrade pip "

XD guess i should stop trying to train models for one day huh? XD

I have the same problem for a few hours now.

I believe this works.

In the requirements.txt set Triton to this version:
triton==2.0.0.dev20230208 (instead of triton==2.0.0.dev20220701)

Ok sweet i'll look into it

This worked perfect!
LIKE A DREAM!
LIKE A BOSS!

Thank you!

on cloning: I’m getting also a build error. What do I need to do to fix it?

"ERROR: Could not find a version that satisfies the requirement triton==2.0.0.dev20230208 (from versions: 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 3.0.0)
ERROR: No matching distribution found for triton==2.0.0.dev20230208

[notice] A new release of pip available: 22.3.1 -> 24.2
[notice] To update, run: pip install --upgrade pip

--> ERROR: process "/bin/sh -c pip install --no-cache-dir -r /tmp/requirements.txt" did not complete successfully: exit code: 1"

Sign up or log in to comment