sync: update ggml
This commit is contained in:
2
ggml
2
ggml
Submodule ggml updated: 34a63747c4...89fd77041d
@@ -20,9 +20,9 @@
|
|||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "ggml/ggml-alloc.h"
|
#include "ggml-alloc.h"
|
||||||
#include "ggml/ggml-backend.h"
|
#include "ggml-backend.h"
|
||||||
#include "ggml/ggml.h"
|
#include "ggml.h"
|
||||||
|
|
||||||
#ifdef SD_USE_CUBLAS
|
#ifdef SD_USE_CUBLAS
|
||||||
#include "ggml-cuda.h"
|
#include "ggml-cuda.h"
|
||||||
|
|||||||
@@ -11,9 +11,9 @@
|
|||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "vocab.hpp"
|
#include "vocab.hpp"
|
||||||
|
|
||||||
#include "ggml/ggml-alloc.h"
|
#include "ggml-alloc.h"
|
||||||
#include "ggml/ggml-backend.h"
|
#include "ggml-backend.h"
|
||||||
#include "ggml/ggml.h"
|
#include "ggml.h"
|
||||||
|
|
||||||
#include "stable-diffusion.h"
|
#include "stable-diffusion.h"
|
||||||
|
|
||||||
|
|||||||
4
model.h
4
model.h
@@ -10,8 +10,8 @@
|
|||||||
#include <tuple>
|
#include <tuple>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "ggml/ggml-backend.h"
|
#include "ggml-backend.h"
|
||||||
#include "ggml/ggml.h"
|
#include "ggml.h"
|
||||||
#include "json.hpp"
|
#include "json.hpp"
|
||||||
#include "zip.h"
|
#include "zip.h"
|
||||||
|
|
||||||
|
|||||||
@@ -86,6 +86,9 @@ enum sd_type_t {
|
|||||||
SD_TYPE_F64 = 28,
|
SD_TYPE_F64 = 28,
|
||||||
SD_TYPE_IQ1_M = 29,
|
SD_TYPE_IQ1_M = 29,
|
||||||
SD_TYPE_BF16 = 30,
|
SD_TYPE_BF16 = 30,
|
||||||
|
SD_TYPE_Q4_0_4_4 = 31,
|
||||||
|
SD_TYPE_Q4_0_4_8 = 32,
|
||||||
|
SD_TYPE_Q4_0_8_8 = 33,
|
||||||
SD_TYPE_COUNT,
|
SD_TYPE_COUNT,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user