Replies: 1 comment
-
Execution wiseI am now able to avoid the I don't have much time right now so here is basically how I did it.
nvcc (note that I am using a conda nvcc)
Build wiseStill no success but now with my various attempts I get really far in the build log I am pretty confident I can find some ways to fix the issues.
Note that you need some patches to build.py if you want to use conda since it starts powershell in the background and messes up your activated conda env. I now need to put this task aside for now but if I come back to it and manage to build it for windows. I will try to take the time to come update this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone managed to get it to run on Windows 10 or Windows 11 ?
(Ideally cmake build --no-container-build from Dockerfile.win10.min )
I have tried way too many combinations, patches, and various releases without success. I thought I was close many times (getting far into the build), but I always face an issue at some point. I'm starting to lose my mind a bit.
Latest try (using the provided
.exe
from https://github.com/triton-inference-server/server/releases/tag/v2.54.0 and the DLL(s) from the build image):The goal of this discussion is to share the success story of your Windows adventure.
(SUCCESS ONLY, since Issues is more appropriate for failure stories)
Ideally (not mandatory), try to use the following as a starting point:
Please provide the steps (build command), commit used for your success.
If possible the nividia-smi of the host launching the triton-server.exe would also be great.
Beta Was this translation helpful? Give feedback.
All reactions