File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -106,11 +106,11 @@ jax_core_deps = [
106106 " protobuf==4.25.5" ,
107107]
108108jax_cpu = [
109- " jax" ,
109+ " jax==0.5.2 " ,
110110 " algoperf[jax_core_deps]" ,
111111]
112112jax_gpu = [
113- " jax[cuda12]" ,
113+ " jax[cuda12]==0.5.2 " ,
114114 " algoperf[jax_core_deps]" ,
115115]
116116pytorch_cpu = [" torch==2.5.1" , " torchvision==0.20.1" ]
Original file line number Diff line number Diff line change 6464os .environ ["TF_CPP_MIN_LOG_LEVEL" ] = "2" # Disables tensorRT, cuda warnings.
6565# disable only for deepspeech if it works fine for other workloads
6666os .environ ['XLA_FLAGS' ] = '--xla_gpu_enable_triton_gemm=false'
67+ os .environ ['JAX_TRACEBACK_FILTERING' ] = "off"
6768
6869# TODO(znado): make a nicer registry of workloads that lookup in.
6970BASE_WORKLOADS_DIR = workloads .BASE_WORKLOADS_DIR
You can’t perform that action at this time.
0 commit comments