File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 fail-fast : false
3535 matrix :
3636 test-modeling : ${{ fromJson(needs.discover-tests.outputs.model_names) }}
37- executorch-version : ['0.7 .0', 'nightly']
37+ executorch-version : ['1.0 .0', 'nightly']
3838 python-version : ['3.11']
3939 # os: [macos-15, ubuntu-22.04] # TODO(#122): Re-enable the mac tests after fixing seg fault.
4040 os : [ubuntu-22.04]
Original file line number Diff line number Diff line change 1313
1414INSTALL_REQUIRE = [
1515 "optimum~=1.24" ,
16- "executorch>=0.7 .0" ,
16+ "executorch>=1.0 .0" ,
1717 "transformers==4.56.1" ,
1818]
1919
2020TESTS_REQUIRE = [
2121 "accelerate>=0.26.0" ,
2222 "coremltools>=8.2.0" ,
23- "datasets" ,
23+ "datasets==3.6.0" , # Locked to 3.6.0 due to https://github.com/huggingface/datasets/issues/7707
2424 "parameterized" ,
2525 "pytest" ,
2626 "safetensors" ,
You can’t perform that action at this time.
0 commit comments