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 12f89bb commit 7ecc2d7Copy full SHA for 7ecc2d7
setup.py
@@ -59,7 +59,7 @@
59
60
setup(
61
name="accelerate",
62
- version="1.9.0.dev0",
+ version="1.10.0.dev0",
63
description="Accelerate",
64
long_description=open("README.md", encoding="utf-8").read(),
65
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.9.0.dev0"
+__version__ = "1.10.0.dev0"
15
16
from .accelerator import Accelerator
17
from .big_modeling import (
0 commit comments