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
Input to deploy-aks.sh
Model to deploy: llama2-7b or falcon7b (default: falcon7b): llama2-7b
Plan: 9 to add, 0 to change, 0 to destroy.
╷
│ Error: Invalid index
│
│ on main.tf line 297, in resource "kubernetes_deployment" "rag_server":
│ 297: value = "http://${kubernetes_service.falcon7b_service[0].status[0].load_balancer[0].ingress[0].ip}"
│ ├──────────────── │ │ kubernetes_service.falcon7b_service is empty tuple
│
│ The given key does not identify an element in this collection value: the collection has no elements.
The apply searched for falcon7b service where as it wont be applicable for llama-2.
Did any one else try this?
The text was updated successfully, but these errors were encountered:
Input to deploy-aks.sh
Model to deploy: llama2-7b or falcon7b (default: falcon7b): llama2-7b
Plan: 9 to add, 0 to change, 0 to destroy.
╷
│ Error: Invalid index
│
│ on main.tf line 297, in resource "kubernetes_deployment" "rag_server":
│ 297: value = "http://${kubernetes_service.falcon7b_service[0].status[0].load_balancer[0].ingress[0].ip}"
│ ├────────────────
│ │ kubernetes_service.falcon7b_service is empty tuple
│
│ The given key does not identify an element in this collection value: the collection has no elements.
The apply searched for falcon7b service where as it wont be applicable for llama-2.
Did any one else try this?
The text was updated successfully, but these errors were encountered: