Skip to content

Commit 6ef0b75

Browse files
Merge pull request #58 from NobuoTsukamoto/ort-genai_v0.11.0
ONNX Runtime GenAI v0.11.0
2 parents 7b7d95a + 1942f0f commit 6ef0b75

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/build_intel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
target_machine: [genericx86-64, intel-corei7-64, intel-skylake-64]
3232
onnxruntime_version: [1.23.2]
33-
onnxruntime_genai_version: [0.10.0]
33+
onnxruntime_genai_version: [0.11.0]
3434
fail-fast: false
3535

3636
# The type of runner that the job will run on

.github/workflows/build_riscv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
target_machine: [qemuriscv64]
3232
onnxruntime_version: [1.23.2]
33-
onnxruntime_genai_version: [0.10.0]
33+
onnxruntime_genai_version: [0.11.0]
3434
fail-fast: false
3535

3636
# The type of runner that the job will run on

.github/workflows/build_rpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# target_machine: [raspberrypi-cm, raspberrypi-cm3, raspberrypi, raspberrypi0-2w-64, raspberrypi0-wifi, raspberrypi0, raspberrypi2, raspberrypi3-64, raspberrypi3, raspberrypi4-64, raspberrypi4, raspberrypi5]
3232
target_machine: [raspberrypi0-2w-64, raspberrypi3-64, raspberrypi4-64, raspberrypi5]
3333
onnxruntime_version: [1.23.2]
34-
onnxruntime_genai_version: [0.10.0]
34+
onnxruntime_genai_version: [0.11.0]
3535
fail-fast: false
3636

3737
# The type of runner that the job will run on

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Please note that it is not official support.
1313

1414
| BSP | ONNX Runtime | ONNX Runtime generate API |Build status |
1515
| :-- | :-- | :-- | :-- |
16-
| [meta-raspberrypi](https://github.com/agherzan/meta-raspberrypi) | v1.23.2 | v0.10.0 |[![Bitbake raspberrypi](https://github.com/NobuoTsukamoto/meta-onnxruntime/actions/workflows/build_rpi.yml/badge.svg?branch=main)](https://github.com/NobuoTsukamoto/meta-onnxruntime/actions/workflows/build_rpi.yml) |
17-
| [meta-riscv](https://github.com/riscv/meta-riscv) | v1.23.2 | v0.10.0 | [![Bitbake riscv](https://github.com/NobuoTsukamoto/meta-onnxruntime/actions/workflows/build_riscv.yml/badge.svg?branch=main)](https://github.com/NobuoTsukamoto/meta-onnxruntime/actions/workflows/build_riscv.yml) |
18-
| [meta-intel](https://github.com/YoeDistro/meta-intel) | v1.23.2 | v0.10.0 |[![Bitbake intel](https://github.com/NobuoTsukamoto/meta-onnxruntime/actions/workflows/build_intel.yml/badge.svg?branch=main)](https://github.com/NobuoTsukamoto/meta-onnxruntime/actions/workflows/build_intel.yml) |
16+
| [meta-raspberrypi](https://github.com/agherzan/meta-raspberrypi) | v1.23.2 | v0.11.0 |[![Bitbake raspberrypi](https://github.com/NobuoTsukamoto/meta-onnxruntime/actions/workflows/build_rpi.yml/badge.svg?branch=main)](https://github.com/NobuoTsukamoto/meta-onnxruntime/actions/workflows/build_rpi.yml) |
17+
| [meta-riscv](https://github.com/riscv/meta-riscv) | v1.23.2 | v0.11.0 | [![Bitbake riscv](https://github.com/NobuoTsukamoto/meta-onnxruntime/actions/workflows/build_riscv.yml/badge.svg?branch=main)](https://github.com/NobuoTsukamoto/meta-onnxruntime/actions/workflows/build_riscv.yml) |
18+
| [meta-intel](https://github.com/YoeDistro/meta-intel) | v1.23.2 | v0.11.0 |[![Bitbake intel](https://github.com/NobuoTsukamoto/meta-onnxruntime/actions/workflows/build_intel.yml/badge.svg?branch=main)](https://github.com/NobuoTsukamoto/meta-onnxruntime/actions/workflows/build_intel.yml) |
1919

2020
### matrix
2121

recipes-examples/onnxruntime-genai/onnxruntime-genai-python-example.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ LICENSE = "MIT"
44

55
LIC_FILES_CHKSUM = "file://LICENSE;md5=d4a904ca135bb7bc912156fee12726f0"
66

7-
SRCREV = "6deb570f75adb833780dfd3a1882446a0cd4a93f"
7+
SRCREV = "e0e02a9d388bcc6929929241e1ec9e9c0c28c8f2"
88

99
SRC_URI = " \
10-
git://github.com/microsoft/onnxruntime-genai;branch=rel-0.10.0;protocol=https \
10+
git://github.com/microsoft/onnxruntime-genai;branch=rel-0.11.0;protocol=https \
1111
"
1212

1313
RDEPENDS:${PN} = " \

recipes-framework/onnxruntime-genai/onnxruntime-genai_0.10.0.bb renamed to recipes-framework/onnxruntime-genai/onnxruntime-genai_0.11.0.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d4a904ca135bb7bc912156fee12726f0"
88
BPV = "${@'.'.join(d.getVar('PV').split('.')[0:2])}"
99
DPV = "${@'.'.join(d.getVar('PV').split('.')[0:3])}"
1010

11-
SRCREV = "6deb570f75adb833780dfd3a1882446a0cd4a93f"
11+
SRCREV = "e0e02a9d388bcc6929929241e1ec9e9c0c28c8f2"
1212

1313
SRC_URI = " \
14-
git://github.com/microsoft/onnxruntime-genai;branch=rel-0.10.0;protocol=https \
14+
git://github.com/microsoft/onnxruntime-genai;branch=rel-0.11.0;protocol=https \
1515
file://0001-set-ORT_HEADER_DIR-genai.patch \
1616
file://0001-update-cxx-standard-23.patch \
1717
file://0001-Fix-ambiguous-cpu_span-constructor-call.patch \

0 commit comments

Comments
 (0)