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
I am calling llmd-installer.sh with the following options --namespace llmdbenchcicd --skip-infra --download-pvc-only --storage-class ocs-storagecluster-cephfs --storage-size 300Gi --download-model meta-llama/Llama-3.2-3B-Instruct --download-timeout 2400 --values-file /tmp/cicd//setup/yamls/04_prepare_namespace_llama-3b.yaml --context /tmp/cicd//environment/context.ctx and the model download job is not created on the correct namespace (i.e., the one supplied on the command line)
Steps to reproduce
Just call llmd-installer.sh with a non-default namespace, with —download-model to a pvc, when the “yq type” is go.
Component
I don't know
Describe the bug
I am calling
llmd-installer.shwith the following options--namespace llmdbenchcicd --skip-infra --download-pvc-only --storage-class ocs-storagecluster-cephfs --storage-size 300Gi --download-model meta-llama/Llama-3.2-3B-Instruct --download-timeout 2400 --values-file /tmp/cicd//setup/yamls/04_prepare_namespace_llama-3b.yaml --context /tmp/cicd//environment/context.ctxand the model download job is not created on the correct namespace (i.e., the one supplied on the command line)Steps to reproduce
Just call
llmd-installer.shwith a non-default namespace, with—download-modelto apvc, when the “yq type” isgo.Additional context or screenshots
No response