mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-02 14:54:35 +00:00
fix build with external fmtlib (v10)
Co-authored-by: ToKiNoBug <tokinobug@163.com>
This commit is contained in:
parent
a8cac53207
commit
c438c16896
@ -349,7 +349,7 @@ Manager::createDevice(const std::vector<uint32_t>& familyQueueIndices,
|
||||
|
||||
KP_LOG_INFO("Using physical device index {} found {}",
|
||||
physicalDeviceIndex,
|
||||
physicalDeviceProperties.deviceName);
|
||||
physicalDeviceProperties.deviceName.data());
|
||||
|
||||
if (familyQueueIndices.empty()) {
|
||||
// Find compute queue
|
||||
|
Loading…
Reference in New Issue
Block a user