You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
optimum-cli export executorch --model "PrunaAI/zackli4ai-llama3.2-1b-train-aware-quantization-bnb-8bit-smashed" --task "text-generation" --recipe "xnnpack" --output_dir="meta_llama3_2_1b"
Unused kwargs: ['_load_in_4bit', '_load_in_8bit', 'quant_method']. These kwargs are not used in <class 'transformers.utils.quantization_config.BitsAndBytesConfig'>.
Could not load bitsandbytes native library: dlopen(/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/bitsandbytes/libbitsandbytes_cpu.dylib, 0x0006): tried: '/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/bitsandbytes/libbitsandbytes_cpu.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/bitsandbytes/libbitsandbytes_cpu.dylib' (no such file), '/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/bitsandbytes/libbitsandbytes_cpu.dylib' (no such file)
Traceback (most recent call last):
File "/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/bitsandbytes/cextension.py", line 85, in <module>
lib = get_native_library()
^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/bitsandbytes/cextension.py", line 72, in get_native_library
dll = ct.cdll.LoadLibrary(str(binary_path))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/optimum_custom2/lib/python3.12/ctypes/__init__.py", line 460, in LoadLibrary
return self._dlltype(name)
^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/optimum_custom2/lib/python3.12/ctypes/__init__.py", line 379, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: dlopen(/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/bitsandbytes/libbitsandbytes_cpu.dylib, 0x0006): tried: '/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/bitsandbytes/libbitsandbytes_cpu.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/bitsandbytes/libbitsandbytes_cpu.dylib' (no such file), '/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/bitsandbytes/libbitsandbytes_cpu.dylib' (no such file)
CUDA is required but not available for bitsandbytes. Please consider installing the multi-platform enabled version of bitsandbytes, which is currently a work in progress. Please check currently supported platforms and installation instructions at https://huggingface.co/docs/bitsandbytes/main/en/installation#multi-backend
Traceback (most recent call last):
File "/opt/anaconda3/envs/optimum_custom2/bin/optimum-cli", line 8, in <module>
sys.exit(main())
^^^^^^
File "/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/optimum/commands/optimum_cli.py", line 208, in main
service.run()
File "/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/optimum/commands/export/executorch.py", line 66, in run
main_export(
File "/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/optimum/exporters/executorch/__main__.py", line 123, in main_export
model = task_func(model_name_or_path, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/optimum/exporters/executorch/tasks/causal_lm.py", line 54, in load_causal_lm_model
return AutoModelForCausalLM.from_pretrained(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/transformers/models/auto/auto_factory.py", line 564, in from_pretrained
return model_class.from_pretrained(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/transformers/modeling_utils.py", line 3620, in from_pretrained
hf_quantizer.validate_environment(
File "/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/transformers/quantizers/quantizer_bnb_8bit.py", line 81, in validate_environment
validate_bnb_backend_availability(raise_exception=True)
File "/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/transformers/integrations/bitsandbytes.py", line 559, in validate_bnb_backend_availability
return _validate_bnb_cuda_backend_availability(raise_exception)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/optimum_custom2/lib/python3.12/site-packages/transformers/integrations/bitsandbytes.py", line 537, in _validate_bnb_cuda_backend_availability
raise RuntimeError(log_msg)
RuntimeError: CUDA is required but not available for bitsandbytes. Please consider installing the multi-platform enabled version of bitsandbytes, which is currently a work in progress. Please check currently supported platforms and installation instructions at https://huggingface.co/docs/bitsandbytes/main/en/installation#multi-backend
The text was updated successfully, but these errors were encountered:
arjunsingri
changed the title
bitsandbytes is installed but optimum-cli still complains that it isn't
Error while exporting hugging face model
Feb 6, 2025
arjunsingri
changed the title
Error while exporting hugging face model
Error while exporting hugging face model on macbook
Feb 6, 2025
The text was updated successfully, but these errors were encountered: