runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/bitsandbytes/cextension.py:34: UserWarning: The installed version of bitsandbytes was compiled without GPU support. 8-bit optimizers, 8-bit multiplication, and GPU quantization are unavailable. warn("The installed version of bitsandbytes was compiled without GPU support. " /usr/local/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cpu.so: undefined symbol: cadam32bit_grad_fp32 Initializing Chat Traceback (most recent call last): File "/home/user/app/demo_v2.py", line 63, in <module> model = model_cls.from_config(model_config).to(device) File "/home/user/app/minigpt4/models/minigpt_v2.py", line 114, in from_config model = cls( File "/home/user/app/minigpt4/models/minigpt_v2.py", line 46, in __init__ super().__init__( File "/home/user/app/minigpt4/models/minigpt_base.py", line 41, in __init__ self.llama_model, self.llama_tokenizer = self.init_llm( File "/home/user/app/minigpt4/models/base_model.py", line 174, in init_llm llama_tokenizer = LlamaTokenizer.from_pretrained(llama_model_path, use_fast=False) File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 1784, in from_pretrained resolved_vocab_files[file_id] = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 417, in cached_file resolved_file = hf_hub_download( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 110, in _inner_fn validate_repo_id(arg_value) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 158, in validate_repo_id raise HFValidationError( huggingface_hub.utils._validators.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/content/MiniGPT-Med/Llama-2-7b-chat-hf'. Use `repo_type` argument if needed.

Container logs:

Fetching error logs...