Skip to content

Commit d10197c

Browse files
authored
Merge branch 'main' into jackzhxng-patch-3
2 parents 33ab3bc + a9e265f commit d10197c

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

examples/models/voxtral/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ cd optimum-executorch
1818
python install_dev.py
1919
```
2020

21-
We are currently working on a Transformers pin bump for Optimum. In the meantime, manually override the Transformers dep to the earliest compatible version.
22-
```
23-
pip install git+https://github.com/huggingface/transformers@6121e9e46c4fc4e5c91d9f927aef5490691850cf#egg=transformers
24-
```
25-
2621
## Using the export CLI
2722
We export Voxtral using the Optimum CLI, which will export `model.pte` to the `voxtral` output directory:
2823
```

extension/llm/runner/util.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
*/
88

99
#pragma once
10-
#include <executorch/extension/llm/runner/constants.h>
11-
#include <executorch/extension/llm/runner/multimodal_prefiller.h>
1210
#include <executorch/extension/tensor/tensor.h>
1311
#include <executorch/runtime/platform/compiler.h>
1412
#include <stdio.h>

kernels/portable/cpu/op__to_dim_order_copy.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <c10/util/irange.h>
1010

1111
#include <executorch/kernels/portable/cpu/scalar_utils.h>
12-
#include <executorch/kernels/portable/cpu/util/broadcast_util.h>
1312
#include <executorch/kernels/portable/cpu/util/copy_ops_util.h>
1413
#include <executorch/runtime/kernel/kernel_includes.h>
1514

shim_et/xplat/executorch/kernels/portable/op_registration_util.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,6 @@ ATEN_OPS = (
13421342
name = "op__to_dim_order_copy",
13431343
deps = [
13441344
":scalar_utils",
1345-
"//executorch/kernels/portable/cpu/util:broadcast_util",
13461345
"//executorch/kernels/portable/cpu/util:copy_ops_util",
13471346
],
13481347
),

0 commit comments

Comments
 (0)