Erinaldorodrigues commited on
Commit
28b52ca
·
verified ·
1 Parent(s): adc6ad5

Pin tqdm for Hub kernel downloads

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -4,3 +4,5 @@ transformers>=4.52.3
4
  torch>=2.8.0
5
  accelerate>=1.2.0
6
  kernels==0.15.2
 
 
 
4
  torch>=2.8.0
5
  accelerate>=1.2.0
6
  kernels==0.15.2
7
+ # 4.67.3 regresses thread_map for generator inputs used by snapshot_download.
8
+ tqdm==4.67.1