#SQUASH bats

This commit is contained in:
Zvonko Kaiser 2025-04-26 16:36:43 +00:00
parent 3e0c95aa5c
commit a84fa55417

View File

@ -29,6 +29,9 @@ setup() {
pod_yaml="${pod_config_dir}/pod-nvidia-nim-llama-3.1-8b-instruct.yaml"
envsubst < "${pod_yaml_in}" > "${pod_yaml}"
kubectl delete pod "${POD_NAME_INSTRUCT}" -n default --ignore-not-found=true
kubectl delete secret ngc-secret-instruct -n default --ignore-not-found=true
}
@test "NVIDIA NIM Llama 3.1-8b Instruct" {