| ggml_vulkan_device_count | R Documentation |
Returns the number of available Vulkan-capable GPU devices.
ggml_vulkan_device_count()
Integer count of Vulkan devices (0 if Vulkan not available)
if (ggml_vulkan_available()) {
ggml_vulkan_device_count()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.