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 97c93c4 commit 9cb1a6bCopy full SHA for 9cb1a6b
setup.py
@@ -50,7 +50,7 @@
50
51
setup(
52
name="accelerate",
53
- version="1.7.0.dev0",
+ version="1.7.0",
54
description="Accelerate",
55
long_description=open("README.md", encoding="utf-8").read(),
56
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.7.0.dev0"
+__version__ = "1.7.0"
15
16
from .accelerator import Accelerator
17
from .big_modeling import (
0 commit comments