Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
kadirnar/Open-Sora
sandeshrajx
/
Open-Sora
like
16
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
fd2030c
Open-Sora
/
apex
/
csrc
/
compat.h
kadirnar
Upload 494 files
8a42f8f
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
140 Bytes
#
ifndef
TORCH_CHECK
#
define
TORCH_CHECK AT_CHECK
#
endif
#
ifdef
VERSION_GE_1_3
#
define
DATA_PTR data_ptr
#
else
#
define
DATA_PTR data
#
endif