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
ython3 export_deepseek_1.5b_rkllm.py
INFO: rkllm-toolkit version: 1.1.4
The argument `trust_remote_code` is to be used with Auto classes. It has no effect here and is ignored.
Unused kwargs: ['_load_in_4bit', '_load_in_8bit', 'quant_method']. These kwargs are not used in <class 'transformers.utils.quantization_config.BitsAndBytesConfig'>.
ERROR: Catch exception when loading model: bitsandbytes
Load model failed!
The text was updated successfully, but these errors were encountered:
我用unsloth 微调了1.5B模型,生成的文件目录如下图,
将export_deepseek_1.5b_rkllm.py中mdol_lora改为了新路径,
ret = llm.load_huggingface(model=modelpath, model_lora = modelpath, device='cpu')
但转换时报错。The text was updated successfully, but these errors were encountered: