doanh25032004's picture
Backup source tree of video_gen_physics (2026-07-31T14:21:08Z)
ec0a9aa verified
Raw
History Blame Contribute Delete
273 Bytes
# Copyright (c) 2025-2026, Haopeng Li
from setuptools import setup, find_packages
setup(
name="piecewise_attn",
version="0.1.0",
author='Haopeng Li',
packages=find_packages(),
install_requires=[
"torch>=2.4.0",
"triton>=2.1.0"
],
)