arxify's picture
Upload folder using huggingface_hub
ba2f5d6
raw
history blame contribute delete
99 Bytes
cdef extern from "<sys/ioctl.h>" nogil:
enum: FIONBIO
int ioctl(int fd, int request, ...)