Skip to content

Commit 5d55403

Browse files
authored
Bump to ExecuTorch v1.0.0 (#174)
1 parent 022c6b1 commit 5d55403

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test_models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
INSTALL_REQUIRE = [
1515
"optimum~=1.24",
16-
"executorch>=0.7.0",
16+
"executorch>=1.0.0",
1717
"transformers==4.56.1",
1818
]
1919

2020
TESTS_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",

0 commit comments

Comments
 (0)