We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5998f86 commit 9a81156Copy full SHA for 9a81156
setup.py
@@ -56,7 +56,7 @@
56
57
setup(
58
name="accelerate",
59
- version="1.11.0.dev0",
+ version="1.11.0",
60
description="Accelerate",
61
long_description=open("README.md", encoding="utf-8").read(),
62
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.11.0.dev0"
+__version__ = "1.11.0"
15
16
from .accelerator import Accelerator
17
from .big_modeling import (
0 commit comments