Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Lightricks
/
LTX-Video-Playground
like
423
Running
on
A100
App
Files
Files
Community
bebbcd0
LTX-Video-Playground
/
xora
/
utils
/
dist_util.py
Sapir
Added tpu flash attention.
4f52f00
2 months ago
raw
Copy download link
history
blame
Safe
125 Bytes
from
enum
import
Enum
def
execute_graph
() ->
None
:
if
_acceleration_type == AccelerationType.TPU:
xm.mark_step()