Package Details: python-orbax-checkpoint 0.4.8-1

Git Clone URL: https://aur.archlinux.org/python-orbax-checkpoint.git (read-only, click to copy)
Package Base: python-orbax-checkpoint
Description: Orbax provides common utility libraries for JAX users (checkpoint).
Upstream URL: https://github.com/google/orbax
Keywords: jax orbax
Licenses: Apache
Groups: jax
Conflicts: python-orbax
Replaces: python-orbax
Submitter: daskol
Maintainer: daskol
Last Packager: daskol
Votes: 0
Popularity: 0.000000
First Submitted: 2023-07-10 20:25 (UTC)
Last Updated: 2024-01-01 16:11 (UTC)

Latest Comments

truncs commented on 2023-12-29 21:29 (UTC) (edited on 2023-12-29 21:30 (UTC) by truncs)

Updated to the latest by doing the following

diff --git a/PKGBUILD b/PKGBUILD
index 433781b..ef34e97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Daniel Bershatsky <bepshatsky@yandex.ru>
 pkgname=python-orbax-checkpoint
 _pkgname=${pkgname#python-}
-pkgver=0.2.7
-pkgrel=2
+pkgver=0.4.8
+pkgrel=1
 pkgdesc='Orbax provides common utility libraries for JAX users (checkpoint).'
 arch=('any')
 url='https://github.com/google/orbax'
@@ -28,9 +28,9 @@ optdepends=(
 )
 conflicts=('python-orbax')
 replaces=('python-orbax')
-source_hash='b298330f736a8e0d03d7fd6056c7981bfef9ea743ebad2cc4a8b5f0811de'
-source=("$_pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/58/27/$source_hash/orbax_checkpoint-0.2.7.tar.gz")
-sha256sums=('8f23a301641ec33ea094c756629855daccab263e114c6f27cebcf6c4e3f0e90e')
+source_hash='0aa7437041151184354e018bd30c4ca0f3cd49e8674564dc00698e9b7043'
+source=("$_pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/91/2b/$source_hash/orbax_checkpoint-0.4.8.tar.gz")
+sha256sums=('b72aacbfbd07fe767ca39ed4152118894181412e620cf283b5951c8ce1e0ea6c')

 build() {
     python -m build -nw orbax_checkpoint-$pkgver

Older versions have some problems with checkpointing like the one mentioned in https://github.com/google/orbax/issues/567