Skip to content

Commit

Permalink
bump to version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
feifeibear committed Jan 1, 2025
1 parent 57eb27f commit 46ade3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ def get_cuda_version():
],
extras_require={
"diffusers": [
"diffusers==0.31.0", # NOTE: diffusers>=0.32.0.dev is necessary for CogVideoX and Flux
"diffusers>=0.31.0", # NOTE: diffusers>=0.32.0.dev is necessary for CogVideoX and Flux
],
"flash-attn": [
"flash-attn>=2.6.0",
]
},
url="https://github.com/xdit-project/xDiT.",
description="xDiT: A Scalable Inference Engine for Diffusion Transformers (DiTs) on multi-GPU Clusters",
description="A Scalable Inference Engine for Diffusion Transformers (DiTs) on Multiple Computing Devices",
long_description=long_description,
long_description_content_type="text/markdown",
version=version,
Expand Down
2 changes: 1 addition & 1 deletion xfuser/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.4.1"

0 comments on commit 46ade3f

Please sign in to comment.