Skip to content

Tags: etjson/llama-cpp-python

Tags

v0.3.33-cu128-Basic-win-20260322

Toggle v0.3.33-cu128-Basic-win-20260322's commit message
fix(types): correct `llama_set_adapters_lora` LoRA adapter ctypes sig…

…nature and use pointer for scales

- change scale: float to float* (POINTER(c_float))
- make adapters and scales optional arrays to match C API

Signed-off-by: JamePeng <jame_peng@sina.com>

v0.3.33-cu128-Basic-linux-20260322

Toggle v0.3.33-cu128-Basic-linux-20260322's commit message
fix(types): correct `llama_set_adapters_lora` LoRA adapter ctypes sig…

…nature and use pointer for scales

- change scale: float to float* (POINTER(c_float))
- make adapters and scales optional arrays to match C API

Signed-off-by: JamePeng <jame_peng@sina.com>

v0.3.33-cu126-Basic-win-20260322

Toggle v0.3.33-cu126-Basic-win-20260322's commit message
fix(types): correct `llama_set_adapters_lora` LoRA adapter ctypes sig…

…nature and use pointer for scales

- change scale: float to float* (POINTER(c_float))
- make adapters and scales optional arrays to match C API

Signed-off-by: JamePeng <jame_peng@sina.com>

v0.3.33-cu124-Basic-win-20260322

Toggle v0.3.33-cu124-Basic-win-20260322's commit message
fix(types): correct `llama_set_adapters_lora` LoRA adapter ctypes sig…

…nature and use pointer for scales

- change scale: float to float* (POINTER(c_float))
- make adapters and scales optional arrays to match C API

Signed-off-by: JamePeng <jame_peng@sina.com>

v0.3.33-cu124-Basic-linux-20260322

Toggle v0.3.33-cu124-Basic-linux-20260322's commit message
fix(types): correct `llama_set_adapters_lora` LoRA adapter ctypes sig…

…nature and use pointer for scales

- change scale: float to float* (POINTER(c_float))
- make adapters and scales optional arrays to match C API

Signed-off-by: JamePeng <jame_peng@sina.com>