Skip to content

Commit

Permalink
[sentencepiece] Updates sentencepiece to 0.2.0 (#3163)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu committed May 8, 2024
1 parent a071b99 commit 5345e1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/native_s3_sentencepiece.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
distribution: 'corretto'
java-version: 17
- uses: actions/cache@v4
- uses: actions/cache@v3
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
java-version: 17
distribution: corretto
architecture: aarch64
- uses: actions/cache@v4
- uses: actions/cache@v3
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pytorch_version=2.2.2
tensorflow_version=2.10.1
trt_version=8.4.1
onnxruntime_version=1.17.1
sentencepiece_version=0.1.97
sentencepiece_version=0.2.0
tokenizers_version=0.19.1
llamacpp_version=b1696
fasttext_version=0.9.2
Expand All @@ -44,6 +44,6 @@ spark_version=3.3.2
openpnp_opencv_version=4.7.0-0

antlr_version=4.11.1
testng_version=7.9.0
testng_version=7.10.2
junit_version=4.13.2
mockito_version=5.11.0

0 comments on commit 5345e1f

Please sign in to comment.