Skip to content

Commit 9f5e879

Browse files
committed
feat(train): local jax cache
1 parent d368fb6 commit 9f5e879

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/train/train.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@
5757
set_partitions,
5858
)
5959

60-
cc.initialize_cache(
61-
"/home/boris/dalle-mini/jax_cache", max_cache_size_bytes=5 * 2**30
62-
)
60+
cc.initialize_cache("./jax_cache", max_cache_size_bytes=5 * 2**30)
6361

6462
logger = logging.getLogger(__name__)
6563

0 commit comments

Comments
 (0)