python convert-lora-to-ggml.py /xxx/adapter_model
Traceback (most recent call last):
File "/opt/deploy/llama.cpp/convert-lora-to-ggml.py", line 11, in
from convert import DATA_TYPE_TO_FTYPE, NUMPY_TYPE_TO_DATA_TYPE, DataType
ImportError: cannot import name 'DATA_TYPE_TO_FTYPE' from 'convert' (/opt/deploy/llama.cpp/convert.py)