Open smart-patrol opened 1 year ago
+1, checked cloudwatch logs and got same error trying to deploy the stack today
ValueError: Unsupported model type falcon
I ran into this same error today, but i was able to resolve it by 1) upgrading sagemaker to the latest version (2.196.0) 2) in endpoint_handler.py, change the llm image to version 1.0.3 llm_image = get_huggingface_llm_image_uri( "huggingface", version="1.0.3" )
I am getting the following error. Will update with FLAN instead and rety.