MRColor

Results 3 issues of MRColor

the current logic is outdated ad earnapp updated their website and their executables filenames. old: ```bash #!/bin/bash archs=`uname -m` if [ $archs = "x86_64" ]; then file=bin_64 elif [ $archs...

Infinity engine supports using a local path so maybe we could make PVC work not only for VLLM. Also in the past I have implemented a similar solution for standalone...

When configuring the resourceProfile for a model in KubeAI to nvidia-gpu-a16:0, the model still deploys and has visibility of all GPUs on the Kubernetes node. This contradicts expectations, as specifying...