Ok maybe im just dummy or, ive been looking for a solution to this:
{
"code": "APP_INFERENCE_ERROR",
"name": "ValueError",
"message": "Required parameter bucket_name not set",
"stack": "Traceback (most recent call last):\n File \"/api/server.py\", line 53, in inference\n output = await user_src.inference(all_inputs, streaming_response)\n File \"/api/app.py\", line 249, in inference\n await download_model(\n File \"/api/download.py\", line 77, in download_model\n exists = storage.file_exists()\n File \"/api/utils/storage/S3Storage.py\", line 134, in file_exists\n object = self.s3resource().Object(self.bucket_name, self.path)\n File \"/opt/conda/lib/python3.10/site-packages/boto3/resources/factory.py\", line 527, in create_resource\n return partial(\n File \"/opt/conda/lib/python3.10/site-packages/boto3/resources/base.py\", line 125, in __init__\n raise ValueError(f'Required parameter {identifier} not set')\nValueError: Required parameter bucket_name not set\n"
}
Traceback (most recent call last):
File "/api/server.py", line 53, in inference
output = await user_src.inference(all_inputs, streaming_response)
File "/api/app.py", line 249, in inference
await download_model(
File "/api/download.py", line 77, in download_model
exists = storage.file_exists()
File "/api/utils/storage/S3Storage.py", line 134, in file_exists
object = self.s3resource().Object(self.bucket_name, self.path)
File "/opt/conda/lib/python3.10/site-packages/boto3/resources/factory.py", line 527, in create_resource
return partial(
File "/opt/conda/lib/python3.10/site-packages/boto3/resources/base.py", line 125, in __init__
raise ValueError(f'Required parameter {identifier} not set')
ValueError: Required parameter bucket_name not set
do i miss anything in the config ?