mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2025-12-13 05:48:56 +00:00
fix ci
This commit is contained in:
parent
6a462061d0
commit
c916a6bf8e
4
flux.hpp
4
flux.hpp
@ -1412,8 +1412,8 @@ namespace Flux {
|
||||
}
|
||||
|
||||
static void load_from_file_and_test(const std::string& file_path) {
|
||||
ggml_backend_t backend = ggml_backend_cuda_init(0);
|
||||
// ggml_backend_t backend = ggml_backend_cpu_init();
|
||||
// ggml_backend_t backend = ggml_backend_cuda_init(0);
|
||||
ggml_backend_t backend = ggml_backend_cpu_init();
|
||||
ggml_type model_data_type = GGML_TYPE_Q8_0;
|
||||
|
||||
ModelLoader model_loader;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user