Skip to content

Commit c06d94f

Browse files
committed
2 parents bc220ee + 6ac2058 commit c06d94f

File tree

2,576 files changed

+240822
-82278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,576 files changed

+240822
-82278
lines changed

.github/workflows/build_and_test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ on:
3333
jobs:
3434
spark34:
3535
if: "! contains(toJSON(github.event.commits.*.message), '[skip test]')"
36-
runs-on: macos-latest
36+
runs-on: macos-13
3737
env:
3838
TF_CPP_MIN_LOG_LEVEL: 3
3939
JAVA_OPTS: "-Xmx4096m -XX:+UseG1GC"
4040
name: Build and Test on Apache Spark 3.4.x
4141

4242
steps:
4343
- uses: actions/checkout@v3
44-
- uses: actions/setup-java@v3
44+
- uses: actions/setup-java@v4
4545
with:
46-
distribution: 'adopt'
46+
distribution: 'temurin'
4747
java-version: '8'
4848
cache: 'sbt'
4949
- name: Install Python 3.7
@@ -73,7 +73,7 @@ jobs:
7373
python3.7 -m pytest -v -m fast
7474
spark35:
7575
if: "! contains(toJSON(github.event.commits.*.message), '[skip test]')"
76-
runs-on: macos-latest
76+
runs-on: macos-13
7777
env:
7878
TF_CPP_MIN_LOG_LEVEL: 3
7979
JAVA_OPTS: "-Xmx4096m -XX:+UseG1GC"
@@ -109,7 +109,7 @@ jobs:
109109
110110
spark33:
111111
if: "! contains(toJSON(github.event.commits.*.message), '[skip test]')"
112-
runs-on: macos-latest
112+
runs-on: macos-13
113113
env:
114114
TF_CPP_MIN_LOG_LEVEL: 3
115115
JAVA_OPTS: "-Xmx4096m -XX:+UseG1GC"

CHANGELOG

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
========
2+
5.4.0
3+
========
4+
----------------
5+
New Features & Enhancements
6+
----------------
7+
* Added OpenVINO Runtime integration for various models, enabling enhanced inference performance. (#14246)
8+
* Added Python APIs to incorporate OpenVINO support. (#14242)
9+
* Introduced support for ONNX models and average pooling in ONNX-based annotators. (#14245)
10+
* Implemented MPNet for token classification. (#14244)
11+
* Added support for MistralAI LLM and LLAMA2. (#14243)
12+
* Improved caching mechanisms in Streamlit demos. (#14241)
13+
* Enhanced models' card and README documentation for Models Hub. (#14240)
14+
* Added OpenVINO GPU dependencies. (#14236)
15+
* Locked macOS version for runners and added missing SBT setup. (#14235)
16+
17+
----------------
18+
Bug Fixes
19+
----------------
20+
* Fixed bugs in Colab notebooks. (#14239)
21+
* Resolved issues with BERT backend and broken annotators. (#14238)
22+
* Corrected LLAMA2 position ID and generation bug. (#14237)
23+
24+
125
========
226
5.3.3
327
========

0 commit comments

Comments
 (0)