runtime error

Exit code: 1. Reason: WARNING: The directory '/home/user/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag. WARNING: The directory '/home/user/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag. INFO:__main__:Loading Steerling-8B model … INFO:httpx:HTTP Request: HEAD https://huggingface.co/guidelabs/steerling-8b/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect" INFO:httpx:HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/guidelabs/steerling-8b/846cf062a9881303162194f556c17526ea365363/config.json "HTTP/1.1 200 OK" Traceback (most recent call last): File "/home/user/app/app.py", line 59, in <module> generator = SteerlingGenerator.from_pretrained(MODEL_ID, device="cuda") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/steerling/inference/causal_diffusion.py", line 121, in from_pretrained model_config = CausalDiffusionConfig.model_validate(model_data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/main.py", line 716, in model_validate return cls.__pydantic_validator__.validate_python( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pydantic_core._pydantic_core.ValidationError: 1 validation error for CausalDiffusionConfig model_type Input should be 'causal_diffusion' [type=literal_error, input_value='steerling', input_type=str] For further information visit https://errors.pydantic.dev/2.12/v/literal_error

Container logs:

Fetching error logs...