sdcpp is working!

This commit is contained in:
Concedo 2024-02-28 17:00:18 +08:00
parent 19e1c518f1
commit 17355faf6e
3 changed files with 5 additions and 5 deletions

View file

@ -22,7 +22,7 @@
#include <unistd.h>
#endif
#include "ggml/ggml.h"
#include "ggml.h"
#include "stable-diffusion.h"
bool ends_with(const std::string& str, const std::string& ending) {