Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VideoSys
/
CogVideoX
like
25
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
CogVideoX
/
videosys
/
models
/
modules
/
activations.py
oahzxl
update
ab7be96
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
73 Bytes
import
torch.nn
as
nn
approx_gelu =
lambda
: nn.GELU(approximate=
"tanh"
)