We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9439dc7 commit f5513f1Copy full SHA for f5513f1
setup.py
@@ -58,7 +58,7 @@
58
59
setup(
60
name="accelerate",
61
- version="1.8.0",
+ version="1.8.1",
62
description="Accelerate",
63
long_description=open("README.md", encoding="utf-8").read(),
64
long_description_content_type="text/markdown",
src/accelerate/__init__.py
@@ -11,7 +11,7 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
-__version__ = "1.8.0"
+__version__ = "1.8.1"
15
16
from .accelerator import Accelerator
17
from .big_modeling import (
0 commit comments