b7654
Breaking Changes📦 llama-cppView on GitHub →
⚠ 1 breaking🐛 1 fixes🔧 2 symbols
Summary
This release fixes an oversight in the CANN backend where calls to the newly renamed `get_env_as_lowercase` function were not fully updated from the old `get_env` name.
⚠️ Breaking Changes
- The function `get_env` in `ggml-cann` was renamed to `get_env_as_lowercase` in a previous change, and this release fixes remaining call sites that still referenced the old name.
Migration Steps
- If you were calling `get_env` within the CANN backend code, update the call to use `get_env_as_lowercase` instead.
🐛 Bug Fixes
- Fixed remaining call sites in CANN implementation that were not updated after `get_env` was renamed to `get_env_as_lowercase`.
🔧 Affected Symbols
get_envget_env_as_lowercase