runtime error
Exit code: 1. Reason: tokenizer_config.json: 0%| | 0.00/50.5k [00:00<?, ?B/s][A tokenizer_config.json: 100%|ββββββββββ| 50.5k/50.5k [00:00<00:00, 127MB/s] tokenizer.json: 0%| | 0.00/9.09M [00:00<?, ?B/s][A tokenizer.json: 100%|ββββββββββ| 9.09M/9.09M [00:00<00:00, 17.1MB/s] special_tokens_map.json: 0%| | 0.00/73.0 [00:00<?, ?B/s][A special_tokens_map.json: 100%|ββββββββββ| 73.0/73.0 [00:00<00:00, 439kB/s] config.json: 0%| | 0.00/826 [00:00<?, ?B/s][A config.json: 100%|ββββββββββ| 826/826 [00:00<00:00, 6.49MB/s] The `load_in_4bit` and `load_in_8bit` arguments are deprecated and will be removed in the future versions. Please, pass a `BitsAndBytesConfig` object in `quantization_config` argument instead. Traceback (most recent call last): File "/home/user/app/app.py", line 23, in <module> model = AutoModelForCausalLM.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 564, in from_pretrained return model_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3354, in from_pretrained hf_quantizer.validate_environment( File "/usr/local/lib/python3.10/site-packages/transformers/quantizers/quantizer_bnb_8bit.py", line 62, in validate_environment raise RuntimeError("No GPU found. A GPU is needed for quantization.") RuntimeError: No GPU found. A GPU is needed for quantization.
Container logs:
Fetching error logs...