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.
--ccache
1 parent 4fed793 commit 92b7befCopy full SHA for 92b7bef
examples/controlnet/train_controlnet_flax.py
@@ -22,7 +22,6 @@
22
from pathlib import Path
23
24
import jax
25
-import jax.experimental.compilation_cache.compilation_cache as cc
26
import jax.numpy as jnp
27
import numpy as np
28
import optax
@@ -1028,9 +1027,6 @@ def l2(xs):
1028
1027
}
1029
)
1030
1031
- if args.ccache:
1032
- cc.initialize_cache(args.ccache)
1033
-
1034
global_step = step0 = 0
1035
epochs = tqdm(
1036
range(args.num_train_epochs),
0 commit comments