Revert "ggml: Export GPU UUIDs" (#11115)

This reverts commit aaa7818000.
This commit is contained in:
Jeffrey Morgan
2025-06-18 05:45:00 -07:00
committed by GitHub
parent a6e64fbdf2
commit ed567ef43b
6 changed files with 0 additions and 151 deletions

View File

@@ -152,7 +152,6 @@ extern "C" {
struct ggml_backend_dev_props {
const char * name;
const char * description;
const char * uuid;
size_t memory_free;
size_t memory_total;
enum ggml_backend_dev_type type;