Skip to content

Commit 2943172

Browse files
committed
v0.8.0 Release
1 parent f56f444 commit 2943172

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
setup(
3838
name="accelerate",
39-
version="0.8.0.dev0",
39+
version="0.8.0",
4040
description="Accelerate",
4141
long_description=open("README.md", "r", encoding="utf-8").read(),
4242
long_description_content_type="text/markdown",

src/accelerate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# There's no way to ignore "F401 '...' imported but unused" warnings in this
33
# module, but to preserve other warnings. So, don't check this module at all.
44

5-
__version__ = "0.8.0.dev0"
5+
__version__ = "0.8.0"
66

77
from .accelerator import Accelerator
88
from .big_modeling import cpu_offload, disk_offload, dispatch_model, init_empty_weights, load_checkpoint_and_dispatch

0 commit comments

Comments
 (0)