runtime error
ā ā ā ā 522 ā ā ā 523 ā # check if the module is in a subdirectory ā ā 524 ā if os.path.isdir(os.path.join(cached_folder, name)): ā ā ā± 525 ā ā loaded_sub_model = load_method(os.path.join(cached_folder, na ā ā 526 ā else: ā ā 527 ā ā # else load from the root directory ā ā 528 ā ā loaded_sub_model = load_method(cached_folder, **loading_kwarg ā ā ā ā /home/user/.local/lib/python3.10/site-packages/transformers/modeling_utils.p ā ā y:2998 in from_pretrained ā ā ā ā 2995 ā ā ā ā ā "DeepSpeed Zero-3 is not compatible with `low_cpu ā ā 2996 ā ā ā ā ) ā ā 2997 ā ā ā elif not is_accelerate_available(): ā ā ā± 2998 ā ā ā ā raise ImportError( ā ā 2999 ā ā ā ā ā "Using `low_cpu_mem_usage=True` or a `device_map` ā ā 3000 ā ā ā ā ) ā ā 3001 ā ā°āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāÆ ImportError: Using `low_cpu_mem_usage=True` or a `device_map` requires Accelerate: `pip install accelerate`
Container logs:
Fetching error logs...