@@ -283,7 +283,7 @@ def job_name(self):
283
283
"pip install --upgrade --upgrade-strategy eager pip" ,
284
284
"pip install -U --upgrade-strategy eager .[sklearn,tf-cpu,torch,testing,sentencepiece,torch-speech,vision]" ,
285
285
"pip install -U --upgrade-strategy eager tensorflow_probability" ,
286
- "pip install -U -e -- upgrade-strategy eager git+https://github.com/huggingface/accelerate@main#egg=accelerate" ,
286
+ "pip install -U -- upgrade-strategy eager -e git+https://github.com/huggingface/accelerate@main#egg=accelerate" ,
287
287
],
288
288
marker = "is_pt_tf_cross_test" ,
289
289
pytest_options = {"rA" : None , "durations" : 0 },
@@ -297,7 +297,7 @@ def job_name(self):
297
297
"sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev espeak-ng" ,
298
298
"pip install -U --upgrade-strategy eager --upgrade pip" ,
299
299
"pip install -U --upgrade-strategy eager .[sklearn,flax,torch,testing,sentencepiece,torch-speech,vision]" ,
300
- "pip install -U --upgrade-strategy eager git+https://github.com/huggingface/accelerate" ,
300
+ "pip install -U --upgrade-strategy eager -e git+https://github.com/huggingface/accelerate@main#egg= accelerate" ,
301
301
],
302
302
marker = "is_pt_flax_cross_test" ,
303
303
pytest_options = {"rA" : None , "durations" : 0 },
@@ -310,7 +310,7 @@ def job_name(self):
310
310
"sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev espeak-ng time" ,
311
311
"pip install --upgrade --upgrade-strategy eager pip" ,
312
312
"pip install -U --upgrade-strategy eager .[sklearn,torch,testing,sentencepiece,torch-speech,vision,timm]" ,
313
- "pip install -U --upgrade-strategy eager git+https://github.com/huggingface/accelerate" ,
313
+ "pip install -U --upgrade-strategy eager -e git+https://github.com/huggingface/accelerate@main#egg= accelerate" ,
314
314
],
315
315
parallelism = 1 ,
316
316
pytest_num_workers = 6 ,
@@ -403,6 +403,7 @@ def job_name(self):
403
403
"pip install --upgrade --upgrade-strategy eager pip" ,
404
404
"pip install -U --upgrade-strategy eager .[sklearn,torch,sentencepiece,testing,torch-speech]" ,
405
405
"pip install -U --upgrade-strategy eager -r examples/pytorch/_tests_requirements.txt" ,
406
+ "pip install -U --upgrade-strategy eager -e git+https://github.com/huggingface/accelerate@main#egg=accelerate" ,
406
407
],
407
408
)
408
409
@@ -510,7 +511,7 @@ def job_name(self):
510
511
"sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev espeak-ng time ffmpeg" ,
511
512
"pip install --upgrade --upgrade-strategy eager pip" ,
512
513
"pip install -U --upgrade-strategy eager -e .[dev]" ,
513
- "pip install -U --upgrade-strategy eager git+https://github.com/huggingface/accelerate" ,
514
+ "pip install -U --upgrade-strategy eager -e git+https://github.com/huggingface/accelerate@main#egg= accelerate" ,
514
515
"pip install --upgrade --upgrade-strategy eager pytest pytest-sugar" ,
515
516
"pip install -U --upgrade-strategy eager natten" ,
516
517
"find -name __pycache__ -delete" ,
0 commit comments