runtime error
Exit code: 1. Reason: /installation#multi-backend Traceback (most recent call last): File "/home/user/app/app.py", line 2769, in <module> MODEL_HANDLER = create_model() File "/home/user/app/app.py", line 2710, in create_model model_handler = QwenModelHandler( File "/home/user/app/app.py", line 2026, in __init__ self._load_model() File "/home/user/app/app.py", line 2135, in _load_model self._load_from_huggingface() File "/home/user/app/app.py", line 2212, in _load_from_huggingface self.model = AutoModelForCausalLM.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 571, in from_pretrained return model_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 309, in _wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 4390, in from_pretrained hf_quantizer.validate_environment( File "/usr/local/lib/python3.10/site-packages/transformers/quantizers/quantizer_bnb_4bit.py", line 84, in validate_environment validate_bnb_backend_availability(raise_exception=True) File "/usr/local/lib/python3.10/site-packages/transformers/integrations/bitsandbytes.py", line 560, in validate_bnb_backend_availability return _validate_bnb_multi_backend_availability(raise_exception) File "/usr/local/lib/python3.10/site-packages/transformers/integrations/bitsandbytes.py", line 517, in _validate_bnb_multi_backend_availability raise RuntimeError(err_msg) RuntimeError: None of the available devices `available_devices = None` are supported by the bitsandbytes version you have installed: `bnb_supported_devices = {'npu', 'cuda', 'mps', '"cpu" (needs an Intel CPU and intel_extension_for_pytorch installed and compatible with the PyTorch version)', 'hpu', 'xpu'}`. Please check the docs to see if the backend you intend to use is available and how to install it: https://huggingface.co/docs/bitsandbytes/main/en/installation#multi-backend
Container logs:
Fetching error logs...