Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
reztilop
/
colibri.qdrant
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
99b43a7
colibri.qdrant
/
lib
/
quantization
/
cpp
/
export_macro.h
Gouzi Mohaled
Ajout du dossier lib
84d2a97
6 months ago
raw
Copy download link
history
blame
Safe
127 Bytes
#
if
defined(_MSC_VER)
#
define
EXPORT __declspec(dllexport)
#
else
#
define
EXPORT __attribute__((visibility(
"default"
)))
#
endif