File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ COPY . .
39
39
40
40
# HuggingFace tokenizer bindings
41
41
RUN mkdir -p lib
42
- RUN curl -L https://github.com/daulet/tokenizers/releases/download/v1.20.2 /libtokenizers.${TARGETOS}-${TARGETARCH}.tar.gz | tar -xz -C lib
42
+ RUN curl -L https://github.com/daulet/tokenizers/releases/download/v1.22.1 /libtokenizers.${TARGETOS}-${TARGETARCH}.tar.gz | tar -xz -C lib
43
43
RUN ranlib lib/*.a
44
44
45
45
# Build
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ help: ## Print help
27
27
LDFLAGS ?= -extldflags '-L$(shell pwd) /lib'
28
28
CGO_ENABLED =1
29
29
TOKENIZER_LIB = lib/libtokenizers.a
30
- TOKENIZER_RELEASE = v1.20.2
30
+ TOKENIZER_RELEASE = v1.22.1
31
31
32
32
.PHONY : download-tokenizer
33
33
download-tokenizer : $(TOKENIZER_LIB )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.1
4
4
5
5
require (
6
6
github.com/cespare/xxhash/v2 v2.3.0
7
- github.com/daulet/tokenizers v1.20.2
7
+ github.com/daulet/tokenizers v1.22.1
8
8
github.com/fxamacker/cbor/v2 v2.7.0
9
9
github.com/hashicorp/golang-lru/v2 v2.0.7
10
10
github.com/pebbe/zmq4 v1.4.0
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ github.com/bsm/gomega v1.27.10/go.mod h1:JyEr/xRbxbtgWNi8tIEVPUYZ5Dzef52k01W3YH0
7
7
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
8
8
github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
9
9
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
10
- github.com/daulet/tokenizers v1.20.2 h1:tlq/vIOiBTKDPets3596aFvmJYLn3XI6LFKq4q9LKhQ =
11
- github.com/daulet/tokenizers v1.20.2 /go.mod h1:tGnMdZthXdcWY6DGD07IygpwJqiPvG85FQUnhs/wSCs =
10
+ github.com/daulet/tokenizers v1.22.1 h1:3wzAFIxfgRuqGKka8xdkeTbctDmmqOOs12GofqdorpM =
11
+ github.com/daulet/tokenizers v1.22.1 /go.mod h1:tGnMdZthXdcWY6DGD07IygpwJqiPvG85FQUnhs/wSCs =
12
12
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
13
13
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
14
14
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
You can’t perform that action at this time.
0 commit comments