You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While building the GPU Docker image, there is an error because GPTQModel cannot
be installed successfully. This is caused by the --no-build-isolation flag,
which is no longer required according to the GPTQModel README.
The next issue was conflicting CUDA versions with EETQ, which I fixed by
bumping the image.
Finally, TE wouldn't build, which required setting some env vars.
The docker build now finishes, as can be seen in the CI.
0 commit comments