Skip to content

Commit 633112c

Browse files
committed
[build]: finalize accelerate-kt 1.14.0 release metadata
1 parent 90cf5c8 commit 633112c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"packaging>=20.0",
8383
"psutil",
8484
"pyyaml",
85-
"torch>=2.0.0",
85+
"torch>=2.10,<2.12",
8686
"huggingface_hub>=0.21.0",
8787
"safetensors>=0.4.3",
8888
],

src/accelerate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
__version__ = "1.14.0.dev0"
14+
__version__ = "1.14.0"
1515

1616
from .accelerator import Accelerator
1717
from .big_modeling import (

0 commit comments

Comments
 (0)