Leon Kiefer
Leon Kiefer
Unfortunately this is not possible, because this cli is using the game SDK, which normally is used in games to control icue. The control is always exclusive.
Maybe there is a way, but I haven't looked into it for a long time
@dyastremsky I will check how I can sign the CLA, you are referring to [this](https://github.com/triton-inference-server/server/blob/main/Triton-CCLA-v1.pdf)?
Then we need a heuristic to decide whenever it is a relative path which needs to be resolved. Because the hugging face registry model path could also be interpreted as...
Relative path work, but when I last checked the relative path was resolved to the working dir of the server process. Which makes the config files not portable, because you...
This only adds the relative path feature, but absolute paths already work out of the box and I don't think there are any checks to validate where the absolute path...
I updated the test case
I found this in the official typescript parser source code: https://github.com/microsoft/TypeScript/blob/b1bec34f20690c6fdf6cc6e3d8cacee1e075f5ae/src/compiler/types.ts#L141
I also removed a workaround which disabled TLS certificate validation for the whole MagicMirror server which is insecure.