Skip to content

Commit d5d442a

Browse files
committed
style: lint
1 parent 5173ec7 commit d5d442a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/inference/inference_pipeline.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"import random\n",
241241
"\n",
242242
"# create a random key\n",
243-
"seed = random.randint(0, 2 ** 32 - 1)\n",
243+
"seed = random.randint(0, 2**32 - 1)\n",
244244
"key = jax.random.PRNGKey(seed)"
245245
]
246246
},

tools/train/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
)
5959

6060
cc.initialize_cache(
61-
"/home/boris/dalle-mini/jax_cache", max_cache_size_bytes=5 * 2 ** 30
61+
"/home/boris/dalle-mini/jax_cache", max_cache_size_bytes=5 * 2**30
6262
)
6363

6464
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)