ci: fix missing Kompute support in python bindings (#1953)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel
2024-02-09 21:40:32 -05:00
committed by GitHub
parent 79b0866c62
commit fc7e5f4a09
5 changed files with 108 additions and 118 deletions

View File

@@ -432,6 +432,8 @@ std::vector<LLModel::GPUDevice> LLamaModel::availableGPUDevices(size_t memoryReq
free(vkDevices);
return devices;
}
#else
std::cerr << __func__ << ": built without Kompute\n";
#endif
return {};