NYCU-MLLab's picture
Upload folder using huggingface_hub
4a28d4d verified
Raw
History Blame Contribute Delete
106 Bytes
#pragma once
#if __has_include("3rdparty/dbg.h")
#include "3rdparty/dbg.h"
#else
#define dbg(...)
#endif